Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 13 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sps-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ which = "8.0.0"
toml = "0.9.5"
fs_extra = "1.3.0"
git2 = "0.20.2"
cmd_lib = "1.9.6"
cmd_lib = "2.0.0"
tempfile = "3.21.0"
regex = "1.11.2"
glob = "0.3.3"
flate2 = "1.1.2"
bzip2 = "0.6.0"
tar = "0.4.44"
zip = "4.5.0" # Back to original zip crate
zip = "4.6.0" # Back to original zip crate
chrono = { version = "0.4.41", features = ["serde"] }
async-recursion = "1.1.1"
crossbeam-channel = "0.5.15"
Expand Down
2 changes: 1 addition & 1 deletion sps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ regex = "1.11.2"
tempfile = "3.21.0"

# CLI specific dependencies
clap = { version = "4.5.45", features = ["derive"] }
clap = { version = "4.5.46", features = ["derive"] }
colored = "3.0.0"
spinners = "4.1.1"
dialoguer = "0.11.0"
Expand Down
Loading