Skip to content

Commit 91d8393

Browse files
committed
Update dependencies.
1 parent 57ff112 commit 91d8393

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ alloc = []
2020
use_spin = ["spin"]
2121

2222
[dependencies.spin]
23-
version = "0.9.8"
23+
version = "0.10.0"
2424
optional = true
2525

2626
[dev-dependencies]
27-
criterion = "0.5.1"
28-
ctor = "0.2.6"
29-
rand = "0.8.5"
30-
rand_chacha = "0.3.1"
27+
criterion = "0.6.0"
28+
ctor = "0.4.2"
29+
rand = "0.9.2"
30+
rand_chacha = "0.9.0"
3131

3232
[[bench]]
3333
name = "memory_allocator_benchmark"

0 commit comments

Comments
 (0)