chore(deps): bump getrandom from 0.2.4 to 0.2.5 (#955)
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
45a37faa3d
commit
d22b2c1a9c
|
@ -516,7 +516,7 @@ dependencies = [
|
|||
"bs58",
|
||||
"coins-core",
|
||||
"digest 0.9.0",
|
||||
"getrandom 0.2.4",
|
||||
"getrandom 0.2.5",
|
||||
"hmac 0.11.0",
|
||||
"k256",
|
||||
"lazy_static",
|
||||
|
@ -533,7 +533,7 @@ checksum = "8f473ea37dfc9d2cb94fdde50c3d41f28c3f384b367573d66386fea38d76d466"
|
|||
dependencies = [
|
||||
"bitvec 0.17.4",
|
||||
"coins-bip32",
|
||||
"getrandom 0.2.4",
|
||||
"getrandom 0.2.5",
|
||||
"hex",
|
||||
"hmac 0.11.0",
|
||||
"pbkdf2 0.8.0",
|
||||
|
@ -1188,7 +1188,7 @@ dependencies = [
|
|||
"dunce",
|
||||
"ethers-core",
|
||||
"eyre",
|
||||
"getrandom 0.2.4",
|
||||
"getrandom 0.2.5",
|
||||
"hex",
|
||||
"once_cell",
|
||||
"proc-macro2",
|
||||
|
@ -1384,7 +1384,7 @@ dependencies = [
|
|||
"ethers-core",
|
||||
"fs_extra",
|
||||
"futures-util",
|
||||
"getrandom 0.2.4",
|
||||
"getrandom 0.2.5",
|
||||
"glob",
|
||||
"hex",
|
||||
"home",
|
||||
|
@ -1650,9 +1650,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "getrandom"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
|
||||
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"js-sys",
|
||||
|
@ -2821,7 +2821,7 @@ version = "0.6.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
||||
dependencies = [
|
||||
"getrandom 0.2.4",
|
||||
"getrandom 0.2.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2873,7 +2873,7 @@ version = "0.4.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
||||
dependencies = [
|
||||
"getrandom 0.2.4",
|
||||
"getrandom 0.2.5",
|
||||
"redox_syscall",
|
||||
]
|
||||
|
||||
|
@ -4063,7 +4063,7 @@ version = "0.8.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
||||
dependencies = [
|
||||
"getrandom 0.2.4",
|
||||
"getrandom 0.2.5",
|
||||
"serde",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue