Skip to content

Commit

Permalink
Update Rust crate libc to v0.2.168
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 39e8b41 commit 50ff5f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/qos_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ qos_p256 = { path = "../qos_p256" }
qos_nsm = { path = "../qos_nsm", default-features = false }

nix = { version = "0.26", features = ["socket"], default-features = false }
libc = "=0.2.149"
libc = "=0.2.168"
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
vsss-rs = { version = "4.3", default-features = false, features = ["std"] }

Expand Down
6 changes: 3 additions & 3 deletions src/qos_system/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/qos_system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "=0.2.149"
libc = "=0.2.168"

0 comments on commit 50ff5f5

Please sign in to comment.