Skip to content

Commit 2bcda5e

Browse files
chore(deps): pin dependencies
1 parent f6d6f83 commit 2bcda5e

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

ppoprf/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ zeroize = { version = "1.5.5", features = [ "derive" ] }
2222
rand_core = "0.6.4"
2323

2424
[dev-dependencies]
25-
criterion = "0.5.1"
26-
env_logger = "0.11.3"
27-
log = "0.4.21"
28-
reqwest = { version = "0.12.4", features = [ "blocking", "json" ] }
29-
dotenvy = "0.15.7"
30-
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "time"] }
31-
warp = "0.3.7"
32-
insta = "1.46"
33-
postcard = { version = "1.1", default_features = false, features = ["use-std"] }
25+
criterion = "=0.5.1"
26+
env_logger = "=0.11.3"
27+
log = "=0.4.21"
28+
reqwest = { version = "=0.12.4", features = [ "blocking", "json" ] }
29+
dotenvy = "=0.15.7"
30+
tokio = { version = "=1.37.0", features = ["macros", "rt-multi-thread", "time"] }
31+
warp = "=0.3.7"
32+
insta = "=1.47.2"
33+
postcard = { version = "=1.1.3", default_features = false, features = ["use-std"] }
3434

3535
[[bench]]
3636
name = "bench"

sharks/Cargo.toml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ base64 = "0.22"
2323
console_error_panic_hook = "0.1.7"
2424

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

star/Cargo.toml

Lines changed: 2 additions & 2 deletions
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)