diff --git a/Cargo.lock b/Cargo.lock index 701dcfaf4..3c53c6713 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1969,9 +1969,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.157" +version = "0.2.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libm" diff --git a/Cargo.toml b/Cargo.toml index a5207bf6b..c8d2a07fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -398,7 +398,7 @@ indexmap = { version = "2.4.0", default-features = false, features = ["serde"] } inventory = { version = "0.3.15", default-features = false } k8s-openapi = { version = "0.22.0", default-features = false, optional = true, features = ["v1_24"] } kube = { version = "0.93.1", default-features = false, optional = true, features = ["client", "runtime", "rustls-tls"] } -libc = { version = "0.2.157", default-features = false, optional = true } +libc = { version = "0.2.158", default-features = false, optional = true } lru = { version = "0.12.4", default-features = false, optional = true } maxminddb = { git = "https://github.com/f1shl3gs/maxminddb.git", rev = "eb9a6d1861cfe7313589c0e0281ddbb660a88962", optional = true, features = ["mmap", "unsafe-str"] } md-5 = { version = "0.10.6", default-features = false, optional = true } diff --git a/lib/framework/Cargo.toml b/lib/framework/Cargo.toml index e55ebb670..ad2d5c3a4 100644 --- a/lib/framework/Cargo.toml +++ b/lib/framework/Cargo.toml @@ -54,7 +54,7 @@ indexmap = { version = "2.4.0", default-features = false, features = ["serde"] } inventory = { version = "0.3.15", default-features = false } ipnet = { version = "2.9.0", default-features = false, features = ["std"] } listenfd = { version = "1.0.1", default-features = false, optional = true } -libc = { version = "0.2.157", default-features = false } +libc = { version = "0.2.158", default-features = false } log_schema = { path = "../log_schema" } bytesize = { path = "../bytesize" } memchr = { version = "2.7.4", default-features = false } diff --git a/lib/hostname/Cargo.toml b/lib/hostname/Cargo.toml index 17b4d874a..35967c164 100644 --- a/lib/hostname/Cargo.toml +++ b/lib/hostname/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [target.'cfg(unix)'.dependencies] -libc = { version = "0.2.157", default-features = false } +libc = { version = "0.2.158", default-features = false } # [target.'cfg(windows)'.dependencies] # windows-targets = "0.48" \ No newline at end of file diff --git a/lib/sysinfo/Cargo.toml b/lib/sysinfo/Cargo.toml index a54fd0283..9e7043a00 100644 --- a/lib/sysinfo/Cargo.toml +++ b/lib/sysinfo/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" publish = false [target.'cfg(unix)'.dependencies] -libc = { version = "0.2.157", default-features = false } +libc = { version = "0.2.158", default-features = false }