diff --git a/Cargo.lock b/Cargo.lock index b328af9e1..c256cab38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3086,9 +3086,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.155" +version = "0.2.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libloading" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index e145e057a..0519e6e65 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"] } hyper-util.workspace = true -libc = "0.2.155" +libc = "0.2.158" pin-project-lite = "0.2.14" socket2 = "0.5.7" thiserror.workspace = true