Skip to content

Commit c8f0c2e

Browse files
committed
Update rayon requirement from 1.2 to 1.3
1 parent 7850ad2 commit c8f0c2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-version = "1.65.0"
1717
foldhash = { version = "0.1.2", default-features = false, optional = true }
1818

1919
# For external trait impls
20-
rayon = { version = "1.2", optional = true }
20+
rayon = { version = "1.3", optional = true }
2121
serde = { version = "1.0.25", default-features = false, optional = true }
2222

2323
# When built as part of libstd
@@ -36,8 +36,8 @@ equivalent = { version = "1.0", optional = true, default-features = false }
3636
[dev-dependencies]
3737
lazy_static = "1.4"
3838
rand = { version = "0.9.0", features = ["small_rng"] }
39-
rayon = "1.2"
40-
criterion = "0.5"
39+
rayon = "1.3"
40+
criterion = "0.5.1"
4141
fnv = "1.0.7"
4242
serde_test = "1.0"
4343
doc-comment = "0.3.1"

0 commit comments

Comments
 (0)