chore(deps): bump libc from 0.2.158 to 0.2.159 (#1669)

This commit is contained in:
dependabot[bot]
2024-09-26 16:08:18 +00:00
committed by GitHub
parent 217cc424a7
commit 14f02a38fe
3 changed files with 4 additions and 4 deletions

View File

@@ -165,7 +165,7 @@ rustls-native-certs = { version = "0.8", optional = true }
async-trait = "0.1"
socket2 = { version = "0.5", features = ["all"] }
libc = "0.2.141"
libc = "0.2.159"
hyper = { version = "1.4", optional = true, features = ["full"] }
http-body-util = { version = "0.1", optional = true }

View File

@@ -48,7 +48,7 @@ security-replay-attack-detect = ["bloomfilter"]
[dependencies]
log = "0.4"
libc = "0.2.141"
libc = "0.2.159"
bytes = "1.7"
cfg-if = "1"
byte_string = "1.0"