Skip to content

Commit 9482196

Browse files
Bump the all-dependencies-cargo group with 6 updates
Bumps the all-dependencies-cargo group with 6 updates: | Package | From | To | | --- | --- | --- | | [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.4` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` | | [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.21` | `0.12.22` | | [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.47.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.42` | Updates `toml` from 0.8.23 to 0.9.4 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.4) Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) Updates `rand` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2) Updates `reqwest` from 0.12.21 to 0.12.22 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.21...v0.12.22) Updates `tokio` from 1.45.1 to 1.47.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.47.0) Updates `clap` from 4.5.40 to 4.5.42 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.40...clap_complete-v4.5.42) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-cargo - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-cargo - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-cargo - dependency-name: reqwest dependency-version: 0.12.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-cargo - dependency-name: tokio dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-cargo - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33dd5e2 commit 9482196

File tree

2 files changed

+56
-38
lines changed

2 files changed

+56
-38
lines changed

Cargo.lock

Lines changed: 54 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ include = ["src/**/*", "LICENSE", "README.md"]
1414
[dependencies]
1515
walkdir = "2"
1616
dirs = "6"
17-
toml = "0.8"
18-
serde_json = "1.0.140"
17+
toml = "0.9"
18+
serde_json = "1.0.142"
1919
serde = {version = "1", features = ["derive"] }
2020
git2 = "0.20"
2121
maplit = "1.0"

0 commit comments

Comments
 (0)