From a7f40378abfe9a6f3e8da91b8c8b3f7bb76d7b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:27:25 +0000 Subject: [PATCH] build(deps): bump pin-project-lite from 0.2.13 to 0.2.14 Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.13 to 0.2.14. - [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.13...v0.2.14) --- 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 d8aca5e7..a9d9695e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4371,9 +4371,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" [[package]] name = "pin-utils" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index ff26ef3e..87203cad 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -18,7 +18,7 @@ futures-util = "0.3.30" http-body.workspace = true hyper = { workspace = true, features = ["server"] } libc = "0.2.153" -pin-project-lite = "0.2.13" +pin-project-lite = "0.2.14" socket2 = "0.5.6" thiserror.workspace = true tokio = { version = "1.36.0", features = ["net", "rt", "macros", "signal", "time"] } diff --git a/crates/tower/Cargo.toml b/crates/tower/Cargo.toml index fdfc522b..3e27768a 100644 --- a/crates/tower/Cargo.toml +++ b/crates/tower/Cargo.toml @@ -20,4 +20,4 @@ tokio = { version = "1.36.0", features = ["time"] } opentelemetry.workspace = true opentelemetry-http.workspace = true opentelemetry-semantic-conventions.workspace = true -pin-project-lite = "0.2.13" +pin-project-lite = "0.2.14"