Skip to content

Commit af67fc3

Browse files
committed
bindings/rust/Cargo.toml: pin dependencies for Rust 1.56.
1 parent e99f7db commit af67fc3

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

bindings/rust/Cargo.toml

+13-8
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ no-threads = []
4040
serde-secret = ["serde"]
4141

4242
[build-dependencies]
43-
cc = "1.0"
43+
cc = "=1.0.79"
4444
[target.'cfg(target_env = "msvc")'.build-dependencies]
4545
glob = "0.3"
4646

4747
[dependencies]
48-
zeroize = { version = "^1.1", features = ["zeroize_derive"] }
48+
zeroize = { version = "=1.6.0", features = ["zeroize_derive"] }
4949
serde = { version = "1.0.152", optional = true }
5050

5151
[target.'cfg(not(any(target_arch="wasm32", target_os="none", target_os="unknown", target_os="uefi")))'.dependencies]
@@ -54,13 +54,18 @@ threadpool = "^1.8.1"
5454
[dev-dependencies]
5555
rand = "0.8"
5656
rand_chacha = "0.3"
57-
rmp-serde = "1.1.1"
57+
rmp-serde = "=1.1.2"
5858
# Uncomment if you want to execute the test suite with Rust 1.56 through 1.64.
59-
#csv = "=1.1.6"
60-
#byteorder = "=1.4.3"
61-
#regex = "=1.7.3"
62-
#rayon = "=1.6.1"
63-
#rayon-core = "=1.10.1"
59+
csv = "=1.1.6"
60+
byteorder = "=1.4.3"
61+
regex = "=1.7.3"
62+
rayon = "=1.6.1"
63+
rayon-core = "=1.10.1"
64+
crossbeam-deque = "=0.8.3"
65+
crossbeam-epoch = "=0.9.15"
66+
crossbeam-utils = "=0.8.16"
67+
plotters-backend = "=0.3.5"
68+
rmp = "=0.8.12"
6469

6570
[target.'cfg(any(unix, windows))'.dev-dependencies]
6671
criterion = "0.3"

0 commit comments

Comments
 (0)