Skip to content

Commit 675b631

Browse files
committed
bump num-bigint
1 parent 24e2c37 commit 675b631

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

russh/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@ log.workspace = true
6262
md5 = "0.8"
6363
ml-kem = "0.3"
6464
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"
65+
num-bigint = { version = "0.5", features = ["rand_0_10"] }
7166
p256 = { version = "0.14", features = ["ecdh"] }
7267
p384 = { version = "0.14", features = ["ecdh"] }
7368
p521 = { version = "0.14", features = ["ecdh"] }

0 commit comments

Comments
 (0)