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), [prost](https://github.com/tokio-rs/prost), [hyper-util](https://github.com/hyperium/hyper-util) and [cc](https://github.com/rust-lang/cc-rs).


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

Updates `prost` from 0.13.2 to 0.13.3
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.2...v0.13.3)

Updates `hyper-util` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.8...v0.1.9)

Updates `cc` from 1.1.19 to 1.1.21
- [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.19...cc-v1.1.21)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: hyper-util
  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 Sep 26, 2024
1 parent 908d67e commit f2c16e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
27 changes: 13 additions & 14 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,9 +17,9 @@ integration_tests = []

[dependencies]
libnss = "0.8.0"
libc = "0.2.158"
libc = "0.2.159"
tonic = "0.12.2"
prost = "0.13.2"
prost = "0.13.3"
rustix = { version = "0.38.37", features = ["use-libc"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tower = "0.4.13"
Expand All @@ -28,9 +28,9 @@ simple_logger = {version = "5.0.0", features = ["stderr"]}
syslog = "7.0.0"
ctor = "0.2.8"
procfs = "0.16.0"
hyper-util = "0.1.8"
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.19"
cc = "1.1.21"

0 comments on commit f2c16e3

Please sign in to comment.