diff --git a/Cargo.toml b/Cargo.toml index cf6bb1e..27e19e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" hex-literal = "0.4.1" num-traits = "0.2.19" subtle = "2.6.1" -crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git", features = ["rand_core"]} +crypto-bigint = "0.6.0-rc.2" sha3 = "0.11.0-pre.4" [lib]