Skip to content

Commit 3c78d53

Browse files
chore(deps): pin dependencies
1 parent c000a29 commit 3c78d53

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

ppoprf/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ zeroize = { version = "1.5.5", features = [ "derive" ] }
2323
rand_core = "0.6.4"
2424

2525
[dev-dependencies]
26-
criterion = "0.5.1"
27-
env_logger = "0.11.3"
28-
log = "0.4.21"
29-
reqwest = { version = "0.12.4", features = [ "blocking", "json" ] }
30-
dotenvy = "0.15.7"
31-
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "time"] }
32-
warp = "0.3.7"
26+
criterion = "=0.5.1"
27+
env_logger = "=0.11.3"
28+
log = "=0.4.21"
29+
reqwest = { version = "=0.12.4", features = [ "blocking", "json" ] }
30+
dotenvy = "=0.15.7"
31+
tokio = { version = "=1.37.0", features = ["macros", "rt-multi-thread", "time"] }
32+
warp = "=0.3.7"
3333

3434
[[bench]]
3535
name = "bench"

sharks/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ bitvec = { version = "1.0.1", default-features = false }
2525
byteorder = { version = "1", default-features = false }
2626

2727
[dev-dependencies]
28-
criterion = "0.5"
29-
rand_chacha = "0.3"
28+
criterion = "=0.5.1"
29+
rand_chacha = "=0.3.1"
3030

3131
[[bench]]
3232
name = "benchmarks"

star-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ base64 = "0.20"
2323
console_error_panic_hook = "0.1.7"
2424

2525
[dev-dependencies]
26-
wasm-bindgen-test = "0.3"
26+
wasm-bindgen-test = "=0.3.50"

star/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ rand_core = "0.6.4"
1919
zeroize = "1.5.5"
2020

2121
[dev-dependencies]
22-
criterion = "0.5.1"
22+
criterion = "=0.5.1"
2323
star-test-utils = { path = "./test-utils" }
24-
rand = { version = "0.8.5", features = [ "std" ] }
24+
rand = { version = "=0.8.5", features = [ "std" ] }
2525

2626
[features]
2727
star2 = []

0 commit comments

Comments
 (0)