Skip to content

Commit c1add20

Browse files
fix(deps): update rust crate libc to v0.2.176
1 parent 9f30c71 commit c1add20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ hkdf = { version = "0.12", default-features = false }
4040
hmac = { version = "0.12", default-features = false }
4141
httparse = { version = "1.9.4", default-features = false }
4242
lazy_static = "1.4"
43-
libc = "=0.2.172"
43+
libc = "=0.2.176"
4444
nix = { version = "0.29.0", features = ["socket"], default-features = false }
4545
p256 = { version = "0.12.0", default-features = false }
4646
p384 = { version = "0.13", features = ["ecdsa", "std"], default-features = false }

src/qos_system/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ publish = false
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
libc = "=0.2.172"
10+
libc = "=0.2.176"

0 commit comments

Comments
 (0)