Skip to content

Commit

Permalink
deps(rust): bump the minor-updates group with 4 updates (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
adombeck authored Jan 16, 2025
2 parents 985b3e9 + 2002d7b commit 70046eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions nss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ libnss = "0.8.0"
libc = "0.2.169"
tonic = "0.12.3"
prost = "0.13.4"
rustix = { version = "0.38.42", features = ["use-libc"] }
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
rustix = { version = "0.38.43", features = ["use-libc"] }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
tower = "0.4.13"
log = "0.4.22"
log = "0.4.25"
simple_logger = {version = "5.0.0", features = ["stderr"]}
syslog = "7.0.0"
ctor = "0.2.9"
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.6"
cc = "1.2.9"

0 comments on commit 70046eb

Please sign in to comment.