diff --git a/Cargo.lock b/Cargo.lock index ac9f70f9..61071a92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3940,9 +3940,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" +checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" [[package]] name = "pin-utils" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index b7ab88a5..f76d859f 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.12" +pin-project-lite = "0.2.13" thiserror.workspace = true tokio = { version = "1.32.0", features = ["net", "rt", "macros", "signal", "time"] } tokio-rustls = "0.24.1" diff --git a/crates/tower/Cargo.toml b/crates/tower/Cargo.toml index 8ae09139..89676ba4 100644 --- a/crates/tower/Cargo.toml +++ b/crates/tower/Cargo.toml @@ -14,4 +14,4 @@ tokio = { version = "1.32.0", features = ["time"] } opentelemetry = { version = "0.20.0", features = ["metrics"] } opentelemetry-http = "0.9.0" opentelemetry-semantic-conventions = "0.12.0" -pin-project-lite = "0.2.12" \ No newline at end of file +pin-project-lite = "0.2.13" \ No newline at end of file