Skip to content

Commit e966625

Browse files
committed
(chore): update zstd, git-testament, and sha2 crates
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent 9d3e05c commit e966625

File tree

2 files changed

+77
-30
lines changed

2 files changed

+77
-30
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ download = {path = "download", default-features = false}
3434
effective-limits = "0.5.3"
3535
enum-map = "1.1.0"
3636
flate2 = "1"
37-
git-testament = "0.1.4"
37+
git-testament = "0.2"
3838
home = {git = "https://github.com/rbtcollins/home", rev = "a243ee2fbee6022c57d56f5aa79aefe194eabe53"}
3939
lazy_static = "1"
4040
libc = "0.2"
@@ -52,7 +52,7 @@ scopeguard = "1"
5252
semver = "0.11"
5353
serde = {version = "1.0", features = ["derive"]}
5454
sequoia-openpgp = { version = "1.5", default-features = false, features = ["crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"] }
55-
sha2 = "0.9"
55+
sha2 = "0.10"
5656
sharded-slab = "0.1.1"
5757
strsim = "0.10"
5858
tar = "0.4.26"
@@ -65,7 +65,7 @@ toml = "0.5"
6565
url = "2.1"
6666
wait-timeout = "0.2"
6767
xz2 = "0.1.3"
68-
zstd = "0.6"
68+
zstd = "0.11"
6969

7070
[dependencies.retry]
7171
default-features = false

0 commit comments

Comments
 (0)