Skip to content

Commit

Permalink
deps(rust): bump the minor-updates group across 1 directory with 4 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the minor-updates group with 4 updates in the / directory: [libc](https://github.com/rust-lang/libc), [tokio](https://github.com/tokio-rs/tokio), [procfs](https://github.com/eminence/procfs) and [cc](https://github.com/rust-lang/cc-rs).


Updates `libc` from 0.2.159 to 0.2.161
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.159...0.2.161)

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

Updates `procfs` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.16.0...v0.17.0)

Updates `cc` from 1.1.24 to 1.1.31
- [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.1.24...cc-v1.1.31)

---
updated-dependencies:
- dependency-name: libc
  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: procfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Oct 24, 2024
1 parent c7f1250 commit 3ca8614
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
21 changes: 10 additions & 11 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 @@ -17,20 +17,20 @@ integration_tests = []

[dependencies]
libnss = "0.8.0"
libc = "0.2.159"
libc = "0.2.161"
tonic = "0.12.3"
prost = "0.13.3"
rustix = { version = "0.38.37", features = ["use-libc"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
tower = "0.4.13"
log = "0.4.22"
simple_logger = {version = "5.0.0", features = ["stderr"]}
syslog = "7.0.0"
ctor = "0.2.8"
procfs = "0.16.0"
procfs = "0.17.0"
hyper-util = "0.1.9"

[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.1.24"
cc = "1.1.31"

0 comments on commit 3ca8614

Please sign in to comment.