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

Commit 1d5dd17

Browse files
authored
Merge pull request #60 from alexykn/dependabot/cargo/cargo-33f41d3c7c
2 parents bbde475 + fd572a8 commit 1d5dd17

File tree

3 files changed

+79
-52
lines changed

3 files changed

+79
-52
lines changed

Cargo.lock

Lines changed: 74 additions & 47 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sps-common = "0.1.56"
1313

1414
anyhow = "1.0.98"
1515
uuid = { version = "1.17.0", features = ["v4"] }
16-
plist = "1.7.3" # For reading Info.plist to get bundle ID
16+
plist = "1.7.4" # For reading Info.plist to get bundle ID
1717
thiserror = "2.0.12"
1818
serde = { version = "1.0.219", features = ["derive"] }
1919
serde_json = "1.0.140"
@@ -38,7 +38,7 @@ bitflags = { version = "2.9.1", features = ["serde"] }
3838
tracing = "0.1.41"
3939
devtools = "0.3.3"
4040
which = "8.0.0"
41-
toml = "0.8.23"
41+
toml = "0.9.2"
4242
fs_extra = "1.3.0"
4343
git2 = "0.20.2"
4444
cmd_lib = "1.9.6"
@@ -48,7 +48,7 @@ glob = "0.3.2"
4848
flate2 = "1.1.2"
4949
bzip2 = "0.6.0"
5050
tar = "0.4.44"
51-
zip = "4.2.0" # Back to original zip crate
51+
zip = "4.3.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ regex = "1.11.1"
3535
tempfile = "3.20.0"
3636

3737
# CLI specific dependencies
38-
clap = { version = "4.5.40", features = ["derive"] }
38+
clap = { version = "4.5.41", features = ["derive"] }
3939
colored = "3.0.0"
4040
spinners = "4.1.1"
4141
dialoguer = "0.11.0"
@@ -52,4 +52,4 @@ ratatui = "0.29.0"
5252
crossterm = "0.29.0"
5353

5454
[build-dependencies]
55-
clap_complete = "4.5.54"
55+
clap_complete = "4.5.55"

0 commit comments

Comments
 (0)