From 2261fcd3d117681c5be008b6aa348128b9596e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:45:34 +0000 Subject: [PATCH] build(deps): bump pin-project-lite from 0.2.10 to 0.2.11 Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.10 to 0.2.11. - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/pin-project-lite/compare/v0.2.10...v0.2.11) --- updated-dependencies: - dependency-name: pin-project-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/listener/Cargo.toml | 2 +- crates/tower/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22f08042..5a51b758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4377,9 +4377,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57" +checksum = "2c516611246607d0c04186886dbb3a754368ef82c79e9827a802c6d836dd111c" [[package]] name = "pin-utils" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index 2cce770b..f094c9b4 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -10,7 +10,7 @@ bytes = "1.4.0" futures-util = "0.3.28" http-body = "0.4.5" hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] } -pin-project-lite = "0.2.10" +pin-project-lite = "0.2.11" thiserror = "1.0.44" tokio = { version = "1.29.1", features = ["net", "rt", "macros", "signal", "time"] } tokio-rustls = "0.24.1" diff --git a/crates/tower/Cargo.toml b/crates/tower/Cargo.toml index 9a41e1d4..a2d251e2 100644 --- a/crates/tower/Cargo.toml +++ b/crates/tower/Cargo.toml @@ -14,7 +14,7 @@ tower = "0.4.13" tokio = { version = "1.29.1", features = ["time"] } opentelemetry = { version = "0.19.0", features = ["metrics"] } opentelemetry-http = "0.8.0" -pin-project-lite = "0.2.10" +pin-project-lite = "0.2.11" [features] aws-sdk = ["dep:aws-smithy-http"]