Skip to content

Commit 45fe604

Browse files
Bump the all-dependencies group with 9 updates
Bumps the all-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.9` | `4.5.13` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.12` | | [clap_mangen](https://github.com/clap-rs/clap) | `0.2.22` | `0.2.23` | | [rustls](https://github.com/rustls/rustls) | `0.23.11` | `0.23.12` | | [tokio](https://github.com/tokio-rs/tokio) | `1.38.1` | `1.39.2` | | [zip](https://github.com/zip-rs/zip2) | `2.1.4` | `2.1.6` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.14` | `2.0.15` | | [assert_fs](https://github.com/assert-rs/assert_fs) | `1.1.1` | `1.1.2` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.1.0` | `3.1.2` | Updates `clap` from 4.5.9 to 4.5.13 - [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.9...v4.5.13) Updates `clap_complete` from 4.5.8 to 4.5.12 - [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.8...clap_complete-v4.5.12) Updates `clap_mangen` from 0.2.22 to 0.2.23 - [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_mangen-v0.2.22...clap_mangen-v0.2.23) Updates `rustls` from 0.23.11 to 0.23.12 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.11...v/0.23.12) Updates `tokio` from 1.38.1 to 1.39.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.1...tokio-1.39.2) Updates `zip` from 2.1.4 to 2.1.6 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.1.4...v2.1.6) Updates `assert_cmd` from 2.0.14 to 2.0.15 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.14...v2.0.15) Updates `assert_fs` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_fs@v1.1.1...v1.1.2) Updates `predicates` from 3.1.0 to 3.1.2 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: assert_fs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9241ed commit 45fe604

File tree

2 files changed

+46
-28
lines changed

2 files changed

+46
-28
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ socket2 = "0.5"
5656
strum = { version = "0.26", features = ["derive"] }
5757
tar = "0.4"
5858
thiserror = "1"
59-
tokio = { version = "1.35.1", features = ["fs"] }
59+
tokio = { version = "1.39.2", features = ["fs"] }
6060
zip = { version = "2", default-features = false }
6161

6262
[features]

0 commit comments

Comments
 (0)