Skip to content

Commit cb7ace4

Browse files
committed
chore(deps): Upgrade dependencies
1 parent ac6f9e8 commit cb7ace4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

twenty-first/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ phf = { version = "0.13", features = ["macros"] }
3030
rand = "0.9"
3131
rayon = "1.10"
3232
serde = { version = "1.0", features = ["derive"] }
33-
serde-big-array = "0"
33+
serde-big-array = "0.5"
3434
serde_derive = "1"
3535
serde_json = "1.0"
36-
sha3 = "^0.10.8"
36+
sha3 = "0.10.8"
3737
thiserror = "2.0"
3838
zeroize = { version = "1.8.1", features = ["derive"] }
3939

4040
[target.'cfg(target_arch = "wasm32")'.dependencies]
4141
getrandom = { version = "0.3", features = ["wasm_js"] } # note that there is also a flag in .cargo/config.toml
42-
wasm-bindgen = "=0.2.104"
42+
wasm-bindgen = "0.2.104"
4343

4444
[dev-dependencies]
4545
bincode = "1.3.3"
@@ -53,7 +53,7 @@ proptest = { version = "1.7.0", default-features = false, features = ["std"] }
5353
criterion = { package = "codspeed-criterion-compat", version = "4.0", features = ["html_reports"] }
5454

5555
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
56-
criterion = { version = "0.7.0", default-features = false }
56+
criterion = { version = "0.8.1", default-features = false }
5757
wasm-bindgen-test = "0.3.42"
5858

5959
# Workaround for Rust 1.87.0 (see also: <https://github.com/rust-lang/rust/issues/141048>)

0 commit comments

Comments
 (0)