diff --git a/Cargo.lock b/Cargo.lock index f7fbf1b79..f4cee82df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3063,9 +3063,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.161" +version = "0.2.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" +checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" [[package]] name = "libloading" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index 967c162c2..a82e59e96 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.161" +libc = "0.2.162" pin-project-lite = "0.2.15" socket2 = "0.5.7" thiserror.workspace = true