Skip to content

Commit f81a894

Browse files
fix(deps): update rust crate libc to v0.2.174
1 parent ba08468 commit f81a894

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/qos_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ qos_p256 = { path = "../qos_p256" }
1111
qos_nsm = { path = "../qos_nsm", default-features = false }
1212

1313
nix = { version = "0.26", features = ["socket"], default-features = false }
14-
libc = "=0.2.172"
14+
libc = "=0.2.174"
1515
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
1616
vsss-rs = { version = "5.1", default-features = false, features = ["std", "zeroize"] }
1717

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.174"

0 commit comments

Comments
 (0)