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"