Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Commit 3efc081

Browse files
build(deps): bump the cargo group with 3 updates
Bumps the cargo group with 3 updates: [clap](https://github.com/clap-rs/clap), [cmd_lib](https://github.com/rust-shell-script/rust_cmd_lib) and [zip](https://github.com/zip-rs/zip2). Updates `clap` from 4.5.45 to 4.5.46 - [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.45...clap_complete-v4.5.46) Updates `cmd_lib` from 1.9.6 to 2.0.0 - [Release notes](https://github.com/rust-shell-script/rust_cmd_lib/releases) - [Commits](https://github.com/rust-shell-script/rust_cmd_lib/commits) Updates `zip` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cmd_lib dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: zip dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b4c325 commit 3efc081

File tree

3 files changed

+16
-39
lines changed

3 files changed

+16
-39
lines changed

Cargo.lock

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

sps-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ which = "8.0.0"
4141
toml = "0.9.5"
4242
fs_extra = "1.3.0"
4343
git2 = "0.20.2"
44-
cmd_lib = "1.9.6"
44+
cmd_lib = "2.0.0"
4545
tempfile = "3.21.0"
4646
regex = "1.11.2"
4747
glob = "0.3.3"
4848
flate2 = "1.1.2"
4949
bzip2 = "0.6.0"
5050
tar = "0.4.44"
51-
zip = "4.5.0" # Back to original zip crate
51+
zip = "4.6.0" # Back to original zip crate
5252
chrono = { version = "0.4.41", features = ["serde"] }
5353
async-recursion = "1.1.1"
5454
crossbeam-channel = "0.5.15"

sps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ regex = "1.11.2"
3535
tempfile = "3.21.0"
3636

3737
# CLI specific dependencies
38-
clap = { version = "4.5.45", features = ["derive"] }
38+
clap = { version = "4.5.46", features = ["derive"] }
3939
colored = "3.0.0"
4040
spinners = "4.1.1"
4141
dialoguer = "0.11.0"

0 commit comments

Comments
 (0)