Skip to content

Commit aec1885

Browse files
deps(rust): bump the minor-updates group across 1 directory with 5 updates
Bumps the minor-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.169` | `0.2.171` | | [tokio](https://github.com/tokio-rs/tokio) | `1.43.0` | `1.44.1` | | [log](https://github.com/rust-lang/log) | `0.4.25` | `0.4.26` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.3.6` | `0.4.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.14` | `1.2.16` | Updates `libc` from 0.2.169 to 0.2.171 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.171/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.169...0.2.171) Updates `tokio` from 1.43.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.1) Updates `log` from 0.4.25 to 0.4.26 - [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.25...0.4.26) Updates `ctor` from 0.3.6 to 0.4.1 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `cc` from 1.2.14 to 1.2.16 - [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.14...cc-v1.2.16) --- 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: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: ctor 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]>
1 parent 737939e commit aec1885

File tree

2 files changed

+34
-18
lines changed

2 files changed

+34
-18
lines changed

Cargo.lock

+29-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nss/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ integration_tests = []
1717

1818
[dependencies]
1919
libnss = "0.9.0"
20-
libc = "0.2.169"
20+
libc = "0.2.171"
2121
tonic = "0.12.3"
2222
prost = "0.13.5"
2323
rustix = { version = "0.38.44", features = ["use-libc"] }
24-
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
24+
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"] }
2525
tower = "0.4.13"
26-
log = "0.4.25"
26+
log = "0.4.26"
2727
simple_logger = {version = "5.0.0", features = ["stderr"]}
2828
syslog = "7.0.0"
29-
ctor = "0.3.6"
29+
ctor = "0.4.1"
3030
procfs = "0.17.0"
3131
hyper-util = "0.1.10"
3232

3333
[build-dependencies]
3434
# We need to pin tonic-build to 0.11.* for now until https://github.com/hyperium/tonic/issues/1909 is fixed.
3535
tonic-build = "0.11.*"
36-
cc = "1.2.14"
36+
cc = "1.2.16"

0 commit comments

Comments
 (0)