From 3c76dd97f377cc7466c3779e6cf5ccb99be0155a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:39:01 +0000 Subject: [PATCH] Bump rustversion from 1.0.21 to 1.0.22 Bumps [rustversion](https://github.com/dtolnay/rustversion) from 1.0.21 to 1.0.22. - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](https://github.com/dtolnay/rustversion/compare/1.0.21...1.0.22) --- updated-dependencies: - dependency-name: rustversion dependency-version: 1.0.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- googletest/Cargo.toml | 2 +- integration_tests/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2bf0d85..636a85bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,9 +580,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" [[package]] name = "rusty-fork" diff --git a/googletest/Cargo.toml b/googletest/Cargo.toml index 703d5e97..cdbee0b6 100644 --- a/googletest/Cargo.toml +++ b/googletest/Cargo.toml @@ -36,7 +36,7 @@ anyhow = { version = "1", optional = true } num-traits = "0.2.17" proptest = { version = "1.7.0", optional = true } regex = "1.11.1" -rustversion = "1.0.21" +rustversion = "1.0.22" [dev-dependencies] indoc = "2" diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 223870bd..207dd638 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -32,7 +32,7 @@ googletest = { path = "../googletest", version = "0.14.2", features = ["anyhow"] anyhow = "1" indoc = "2" rstest = "0.26" -rustversion = "1.0.21" +rustversion = "1.0.22" tempfile = "3.20.0" tokio = { version = "1.47", features = ["time", "macros", "rt"] }