build(deps): bump proptest from 1.9.0 to 1.10.0 (#1211)

This commit is contained in:
dependabot[bot]
2026-02-05 07:51:35 -07:00
committed by GitHub
parent f5515b2ab6
commit f60c4942d8
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -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
View File
@@ -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"] }