diff --git a/Cargo.lock b/Cargo.lock index 647984f76..a74fda8fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3003,9 +3003,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.167" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libloading" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index cf8acdc3b..693f2dc90 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -17,7 +17,7 @@ futures-util.workspace = true http-body.workspace = true hyper = { workspace = true, features = ["server"] } hyper-util.workspace = true -libc = "0.2.167" +libc = "0.2.168" pin-project-lite = "0.2.15" socket2 = "0.5.8" thiserror.workspace = true