Skip to content

Commit 7beac00

Browse files
fix(deps): update rust crate libc to v0.2.177
1 parent 8392d7e commit 7beac00

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ hkdf = { version = "0.12", default-features = false }
5656
hmac = { version = "0.12", default-features = false }
5757
httparse = { version = "1.9.4", default-features = false }
5858
lazy_static = "1.4"
59-
libc = "=0.2.172"
59+
libc = "=0.2.177"
6060
nix = { version = "0.29.0", features = ["socket"], default-features = false }
6161
p256 = { version = "0.13.2", default-features = false }
6262
p384 = { version = "0.13", features = ["ecdsa", "std"], default-features = false }

src/qos_system/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/qos_system/Cargo.toml

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

1010
[dependencies]
11-
libc = "=0.2.172"
11+
libc = "=0.2.177"

0 commit comments

Comments
 (0)