Skip to content

Commit d657456

Browse files
committed
deps: update all dependencies
1 parent e6b40a3 commit d657456

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ chacha = []
2020
rdseed = ["std"]
2121

2222
[dependencies]
23-
zeroize = { version = "1.3.0", optional = true, features = ["zeroize_derive"] }
24-
getrandom = { version = "0.2.3", optional = true, features = ["rdrand", "js"] }
23+
zeroize = { version = "1.5.3", optional = true, features = ["zeroize_derive"] }
24+
getrandom = { version = "0.2.5", optional = true, features = ["rdrand", "js"] }
2525

2626
[dev-dependencies]
2727
hex = "0.4.3"

nanorand-abi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ default-features = false
1818
features = ["std", "wyrand", "pcg64", "chacha", "getrandom"]
1919

2020
[build-dependencies]
21-
cbindgen = "0.19.0"
21+
cbindgen = "0.20.0"

nanorand-abi/nanorand.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#pragma once
1717

18-
/* Generated with cbindgen:0.19.0 */
18+
/* Generated with cbindgen:0.20.0 */
1919

2020
#include <cstdarg>
2121
#include <cstdint>

nanorand-bench/Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ edition = "2021"
66
publish = false
77

88
[dependencies]
9-
criterion = "0.3.4"
10-
fastrand = "^1.4"
11-
hex = "^0.4"
9+
criterion = "0.3.5"
10+
fastrand = "1.7.0"
11+
hex = "0.4.3"
1212
nanorand = { path = ".." }
13-
oorandom = "^11.1"
14-
rand_chacha = "^0.2"
15-
rand_core = "^0.5"
16-
rand_pcg = "^0.2"
17-
random-fast-rng = "^0.1"
18-
randomize = "^3.0"
19-
wyhash = "^0.4"
13+
oorandom = "11.1.3"
14+
rand_chacha = "0.3.1"
15+
rand_core = "0.6.3"
16+
rand_pcg = "0.3.1"
17+
random-fast-rng = "0.1.1"
18+
randomize = "3.0.1"
19+
wyhash = "0.5.0"
2020

2121
[[bench]]
2222
name = "speed"

0 commit comments

Comments
 (0)