Skip to content

Commit 39185dd

Browse files
committed
update getrandom
1 parent 0cb16f7 commit 39185dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ dependencies = [
10501050

10511051
[[package]]
10521052
name = "getrandom"
1053-
version = "0.1.7"
1053+
version = "0.1.8"
10541054
source = "registry+https://github.com/rust-lang/crates.io-index"
10551055
dependencies = [
10561056
"cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2246,7 +2246,7 @@ name = "rand"
22462246
version = "0.7.0"
22472247
source = "registry+https://github.com/rust-lang/crates.io-index"
22482248
dependencies = [
2249-
"getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2249+
"getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
22502250
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
22512251
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
22522252
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2286,7 +2286,7 @@ name = "rand_core"
22862286
version = "0.5.0"
22872287
source = "registry+https://github.com/rust-lang/crates.io-index"
22882288
dependencies = [
2289-
"getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2289+
"getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
22902290
]
22912291

22922292
[[package]]
@@ -4446,7 +4446,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
44464446
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
44474447
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
44484448
"checksum getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "72327b15c228bfe31f1390f93dd5e9279587f0463836393c9df719ce62a3e450"
4449-
"checksum getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8e190892c840661957ba9f32dacfb3eb405e657f9f9f60485605f0bb37d6f8"
4449+
"checksum getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "34f33de6f0ae7c9cb5e574502a562e2b512799e32abb801cd1e79ad952b62b49"
44504450
"checksum git2 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cb400360e8a4d61b10e648285bbfa919bbf9519d0d5d5720354456f44349226"
44514451
"checksum git2-curl 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2293de73491c3dc4174c5949ef53d2cc037b27613f88d72032e3f5237247a7dd"
44524452
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"

0 commit comments

Comments
 (0)