Skip to content

Commit f6c51aa

Browse files
authored
srp: bump crypto-bigint to v0.7 (#279)
Release PR: RustCrypto/crypto-bigint#1218
1 parent 5b33c78 commit f6c51aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

srp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2024"
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
bigint = { package = "crypto-bigint", version = "0.7.0-rc.26", features = ["alloc"] }
20+
bigint = { package = "crypto-bigint", version = "0.7", features = ["alloc"] }
2121
common = { package = "crypto-common", version = "0.2" }
2222
digest = "0.11.0-rc.11"
2323
subtle = { version = "2.4", default-features = false }

0 commit comments

Comments
 (0)