Skip to content

Commit c4aea0a

Browse files
authored
srp: bump digest, sha1, and sha2 to v0.11 (#280)
1 parent f6c51aa commit c4aea0a

File tree

2 files changed

+30
-21
lines changed

2 files changed

+30
-21
lines changed

Cargo.lock

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

srp/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ rust-version = "1.85"
1919
[dependencies]
2020
bigint = { package = "crypto-bigint", version = "0.7", features = ["alloc"] }
2121
common = { package = "crypto-common", version = "0.2" }
22-
digest = "0.11.0-rc.11"
22+
digest = "0.11"
2323
subtle = { version = "2.4", default-features = false }
2424

2525
[dev-dependencies]
2626
getrandom = { version = "0.4", features = ["sys_rng"] }
2727
hex-literal = "1"
28-
sha1 = "0.11.0-rc.5"
29-
sha2 = "0.11.0-rc.5"
28+
sha1 = "0.11"
29+
sha2 = "0.11"
3030

3131
[features]
3232
default = ["getrandom"]

0 commit comments

Comments
 (0)