Skip to content

Commit

Permalink
deps(rust): bump the minor-updates group with 2 updates (#698)
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 2 updates:
[libc](https://github.com/rust-lang/libc) and
[cc](https://github.com/rust-lang/cc-rs).
  • Loading branch information
adombeck authored Dec 20, 2024
2 parents 6451149 + 227743f commit 67d7509
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions nss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ integration_tests = []

[dependencies]
libnss = "0.8.0"
libc = "0.2.168"
libc = "0.2.169"
tonic = "0.12.3"
prost = "0.13.4"
rustix = { version = "0.38.42", features = ["use-libc"] }
Expand All @@ -33,4 +33,4 @@ hyper-util = "0.1.10"
[build-dependencies]
# We need to pin tonic-build to 0.11.* for now until https://github.com/hyperium/tonic/issues/1909 is fixed.
tonic-build = "0.11.*"
cc = "1.2.3"
cc = "1.2.4"

0 comments on commit 67d7509

Please sign in to comment.