Skip to content

Commit

Permalink
Update Rust crate libc to v0.2.157
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2024
1 parent 262ce39 commit 8b63b84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.157"
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}

# For AWS Nitro
Expand Down
4 changes: 2 additions & 2 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.157"

0 comments on commit 8b63b84

Please sign in to comment.