mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
build(deps): bump getrandom from 0.4.0 to 0.4.1 (#1207)
This commit is contained in:
Generated
+8
-8
@@ -286,7 +286,7 @@ checksum = "cba9eeeb213f7fd29353032f71f7c173e5f6d95d85151cb3a47197b0ea7e8be7"
|
||||
dependencies = [
|
||||
"cpubits",
|
||||
"ctutils",
|
||||
"getrandom 0.4.0",
|
||||
"getrandom 0.4.1",
|
||||
"hybrid-array",
|
||||
"num-traits",
|
||||
"rand_core 0.10.0",
|
||||
@@ -301,7 +301,7 @@ version = "0.2.0-rc.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6f8441110cea75afde0b89a8d796e2bc67b23432f5a9566cb15d9d365d91a2b0"
|
||||
dependencies = [
|
||||
"getrandom 0.4.0",
|
||||
"getrandom 0.4.1",
|
||||
"hybrid-array",
|
||||
"rand_core 0.10.0",
|
||||
]
|
||||
@@ -381,7 +381,7 @@ dependencies = [
|
||||
"crypto-primes",
|
||||
"der",
|
||||
"digest",
|
||||
"getrandom 0.4.0",
|
||||
"getrandom 0.4.1",
|
||||
"hex",
|
||||
"hex-literal",
|
||||
"pkcs8",
|
||||
@@ -514,9 +514,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "getrandom"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cd66c162c2a0609c0507f49814877c621d00cb85978e6fbbf04e88b8048c07c8"
|
||||
checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"libc",
|
||||
@@ -683,7 +683,7 @@ name = "lms-signature"
|
||||
version = "0.1.0-rc.2"
|
||||
dependencies = [
|
||||
"digest",
|
||||
"getrandom 0.4.0",
|
||||
"getrandom 0.4.1",
|
||||
"hex",
|
||||
"hex-literal",
|
||||
"hybrid-array",
|
||||
@@ -713,7 +713,7 @@ version = "0.1.0-rc.7"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"criterion",
|
||||
"getrandom 0.4.0",
|
||||
"getrandom 0.4.1",
|
||||
"hex",
|
||||
"hex-literal",
|
||||
"hybrid-array",
|
||||
@@ -916,7 +916,7 @@ version = "0.10.0-rc.8"
|
||||
source = "git+https://github.com/rust-random/rand#9c98f59e8b042e5c7c714e933e49b384a4ce75a6"
|
||||
dependencies = [
|
||||
"chacha20",
|
||||
"getrandom 0.4.0",
|
||||
"getrandom 0.4.1",
|
||||
"rand_core 0.10.0",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user