Skip to content

Commit 4c31274

Browse files
Update Rust crate libc to v0.2.171
1 parent dd7508b commit 4c31274

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/qos_core/Cargo.toml

+1-1
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.149"
14+
libc = "=0.2.171"
1515
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
1616
vsss-rs = { version = "4.3", default-features = false, features = ["std"] }
1717

src/qos_system/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/qos_system/Cargo.toml

+1-1
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.149"
10+
libc = "=0.2.171"

0 commit comments

Comments
 (0)