Skip to content

Commit

Permalink
deps(rust): bump the minor-updates group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 4 updates: [rustix](https://github.com/bytecodealliance/rustix), [tokio](https://github.com/tokio-rs/tokio), [log](https://github.com/rust-lang/log) and [cc](https://github.com/rust-lang/cc-rs).


Updates `rustix` from 0.38.42 to 0.38.43
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.42...v0.38.43)

Updates `tokio` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0)

Updates `log` from 0.4.22 to 0.4.25
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.22...0.4.25)

Updates `cc` from 1.2.6 to 1.2.9
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.6...cc-v1.2.9)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 1127cf2 commit 2002d7b
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 2002d7b

Please sign in to comment.