Skip to content

Commit 53e5a7d

Browse files
Update Rust crate libc to v0.2.175
1 parent 0c959a0 commit 53e5a7d

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
@@ -39,7 +39,7 @@ hkdf = { version = "0.12", default-features = false }
3939
hmac = { version = "0.12", default-features = false }
4040
httparse = { version = "1.9.4", default-features = false }
4141
lazy_static = "1.4"
42-
libc = "=0.2.172"
42+
libc = "=0.2.175"
4343
nix = { version = "0.26", features = ["socket"], default-features = false }
4444
p256 = { version = "0.12.0", default-features = false }
4545
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
@@ -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.175"

0 commit comments

Comments
 (0)