Merge pull request #1684 from comit-network/dependabot/cargo/proptest-1.5.0

build(deps): bump proptest from 1.4.0 to 1.5.0
This commit is contained in:
Byron Hambly 2024-06-24 13:59:52 +02:00 committed by GitHub
commit 6f57517c05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -3144,9 +3144,9 @@ dependencies = [
[[package]] [[package]]
name = "proptest" name = "proptest"
version = "1.4.0" version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d"
dependencies = [ dependencies = [
"bit-set", "bit-set",
"bit-vec", "bit-vec",