build(deps): bump quickcheck_macros from 1.0.0 to 1.1.0

Bumps [quickcheck_macros](https://github.com/BurntSushi/quickcheck) from 1.0.0 to 1.1.0.
- [Commits](https://github.com/BurntSushi/quickcheck/compare/quickcheck_macros-1.0.0...quickcheck_macros-1.1.0)

---
updated-dependencies:
- dependency-name: quickcheck_macros
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-07 00:21:35 +00:00 committed by GitHub
parent ff8831318d
commit ccf70e07f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -5649,13 +5649,13 @@ dependencies = [
[[package]]
name = "quickcheck_macros"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
checksum = "f71ee38b42f8459a88d3362be6f9b841ad2d5421844f61eb1c59c11bff3ac14a"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"syn 2.0.90",
]
[[package]]

View File

@ -133,7 +133,7 @@ procfs = "0.17.0"
pwd = "1.3"
quick-xml = "0.37.0"
quickcheck = "1.0"
quickcheck_macros = "1.0"
quickcheck_macros = "1.1"
quote = "1.0"
rand = "0.9"
getrandom = "0.2" # pick same version that rand requires