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

Commit 1ca5a28

Browse files
authored
Merge pull request #57 from alexykn/dependabot/cargo/cargo-84cba3fee3
2 parents 7afbc6c + 48ec6fa commit 1ca5a28

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

Cargo.lock

Lines changed: 19 additions & 4 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
@@ -46,9 +46,9 @@ tempfile = "3.20.0"
4646
regex = "1.11.1"
4747
glob = "0.3.2"
4848
flate2 = "1.1.2"
49-
bzip2 = "0.5.2"
49+
bzip2 = "0.6.0"
5050
tar = "0.4.44"
51-
zip = "4.1.0" # Back to original zip crate
51+
zip = "4.2.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"

0 commit comments

Comments
 (0)