From db3f7eaf2e7a9a2bc1b6519953b01458d611728b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:50:22 +0000 Subject: [PATCH] Bump quickcheck_macros from 1.1.0 to 1.2.0 Bumps [quickcheck_macros](https://github.com/BurntSushi/quickcheck) from 1.1.0 to 1.2.0. - [Commits](https://github.com/BurntSushi/quickcheck/compare/quickcheck_macros-1.1.0...quickcheck_macros-1.2.0) --- updated-dependencies: - dependency-name: quickcheck_macros dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc4627fe4..e36b34479 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4211,9 +4211,9 @@ dependencies = [ [[package]] name = "quickcheck_macros" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71ee38b42f8459a88d3362be6f9b841ad2d5421844f61eb1c59c11bff3ac14a" +checksum = "a9a28b8493dd664c8b171dd944da82d933f7d456b829bfb236738e1fe06c5ba4" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 723af02be..80df26be7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ prio = { version = "0.18.1-alpha.2", default-features = false, features = ["expe prometheus = "0.13.4" querystring = "1.1.0" quickcheck = { version = "1.0.3", default-features = false } -quickcheck_macros = "1.1.0" +quickcheck_macros = "1.2.0" rand = "0.9" rayon = "1.11.0" reqwest = { version = "0.12.28", default-features = false, features = ["rustls-tls-webpki-roots-no-provider"] }