mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
build(deps): bump proptest from 1.9.0 to 1.10.0 (#1211)
This commit is contained in:
Generated
+2
-2
@@ -862,9 +862,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "proptest"
|
||||
version = "1.9.0"
|
||||
version = "1.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
|
||||
checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
|
||||
dependencies = [
|
||||
"bit-set",
|
||||
"bit-vec",
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ hex-literal = "1"
|
||||
num-bigint = "0.4.4"
|
||||
paste = "1.0.15"
|
||||
pkcs8 = { version = "0.11.0-rc.10", features = ["pem"] }
|
||||
proptest = "1.4.0"
|
||||
proptest = "1.10.0"
|
||||
rand = "0.10.0-rc.8"
|
||||
serde_json = "1.0.124"
|
||||
serde = { version = "1.0.207", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user