Skip to content

Commit a0538d8

Browse files
authored
Merge pull request #1062 from stevenengler/upgrade-random
Upgrade rand, rand_core, and rand_chacha crates
2 parents 931e067 + 85ecefc commit a0538d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libc = "0.2"
1414
log = "0.4"
1515
log-bindings = { path = "../support/logger/rust_bindings" }
1616
nix = "0.19.0"
17-
rand = "0.7.3"
18-
rand_chacha = "0.2.2"
19-
rand_core = "0.5.1"
17+
rand = "0.8.0"
18+
rand_chacha = "0.3.0"
19+
rand_core = "0.6.0"
2020
regex = "1"

0 commit comments

Comments
 (0)