There was an error while loading. Please reload this page.
1 parent 24e2c37 commit 675b631Copy full SHA for 675b631
1 file changed
russh/Cargo.toml
@@ -62,12 +62,7 @@ log.workspace = true
62
md5 = "0.8"
63
ml-kem = "0.3"
64
module-lattice = "0.2"
65
-# num-bigint 0.4.x only supports rand 0.8. PR #338 adds rand 0.10 support
66
-# via the `rand_0_10` feature flag. Replace with upstream once a release with
67
-# rand 0.10 support is published. https://github.com/rust-num/num-bigint/pull/338
68
-num-bigint = { package = "internal-russh-num-bigint", version = "=0.5.0", features = ["rand_0_10"] }
69
-num_bigint_0_4 = { package = "num-bigint", version = "0.4.6" }
70
-# num-integer = "0.1"
+num-bigint = { version = "0.5", features = ["rand_0_10"] }
71
p256 = { version = "0.14", features = ["ecdh"] }
72
p384 = { version = "0.14", features = ["ecdh"] }
73
p521 = { version = "0.14", features = ["ecdh"] }
0 commit comments