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

Commit 5a10e7f

Browse files
authored
Merge pull request #67 from alexykn/dependabot/cargo/cargo-e27b8d52c4
build(deps): bump the cargo group with 3 updates
2 parents 5b4c325 + 3efc081 commit 5a10e7f

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)