Skip to content

Commit 4c8deab

Browse files
A6GibKmbilelmoussaoui
authored andcommitted
cargo: Move num-bigint-dif to workspace
1 parent f16a9f4 commit 4c8deab

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ clap = { version = "4.5", features = [ "cargo", "derive" ] }
3232
futures-channel = "0.3"
3333
futures-lite = "2.6"
3434
futures-util = "0.3"
35+
num-bigint-dig = { version = "0.8", features = ["zeroize"] }
3536
oo7 = { path = "client", version = "0.6", default-features = false, features = ["unstable", "tracing"]}
3637
serde = { version = "1.0", features = ["derive"] }
3738
tokio = { version = "1.48", default-features = false }

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ hkdf = { version = "0.12", optional = true }
3434
hmac = { version = "0.12", optional = true }
3535
md-5 = { version = "0.10", optional = true }
3636
num = "0.4.0"
37-
num-bigint-dig = { version = "0.8", features = ["zeroize"] }
37+
num-bigint-dig.workspace = true
3838
openssl = { version = "0.10", optional = true }
3939
pbkdf2 = { version = "0.12", optional = true }
4040
rand = { version = "0.9", default-features = false, features = ["thread_rng"] }

server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hkdf = { version = "0.12", optional = true }
2121
libc = "0.2"
2222
nix = { version = "0.30", default-features = false, features = ["user"]}
2323
num = "0.4.0"
24-
num-bigint-dig = { version = "0.8", features = ["zeroize"] }
24+
num-bigint-dig.workspace = true
2525
openssl = { version = "0.10", optional = true }
2626
oo7 = { workspace = true, features = ["tokio"] }
2727
rpassword = "7.4"
@@ -49,4 +49,4 @@ openssl_crypto = [
4949

5050
[dev-dependencies]
5151
serial_test = "3.3"
52-
tempfile.workspace = true
52+
tempfile.workspace = true

0 commit comments

Comments
 (0)