diff --git a/Cargo.lock b/Cargo.lock index ea7f9227..8f9d2ca6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2345,9 +2345,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.135" +version = "0.2.136" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c" +checksum = "55edcf6c0bb319052dea84732cf99db461780fd5e8d3eb46ab6ff312ab31f197" [[package]] name = "libm" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index 8031f28f..8ff1122c 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -17,7 +17,7 @@ tokio-rustls = "0.23.4" tower-http = { version = "0.3.4", features = ["add-extension"] } tower-service = "0.3.2" tracing = "0.1.37" -libc = "0.2.135" +libc = "0.2.136" [dev-dependencies] anyhow = "1.0.66"