From 1a00afb25b3ff86014b8718912e2dbf0f49747fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:51:14 +0000 Subject: [PATCH] Bump rustversion from 1.0.17 to 1.0.19 Bumps [rustversion](https://github.com/dtolnay/rustversion) from 1.0.17 to 1.0.19. - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](https://github.com/dtolnay/rustversion/compare/1.0.17...1.0.19) --- updated-dependencies: - dependency-name: rustversion 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 1371143f..50c46406 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,9 +580,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.17" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" +checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" [[package]] name = "rusty-fork" diff --git a/googletest/Cargo.toml b/googletest/Cargo.toml index 7ab3be83..33ff5516 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.2.0", optional = true } regex = "1.11.1" -rustversion = "1.0.14" +rustversion = "1.0.19" [dev-dependencies] indoc = "2" diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 178734ef..7f5f5f5a 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -32,7 +32,7 @@ googletest = { path = "../googletest", version = "0.13.0", features = ["anyhow"] anyhow = "1" indoc = "2" rstest = "0.22" -rustversion = "1.0.14" +rustversion = "1.0.19" tempfile = "3.10.1" tokio = { version = "1.43", features = ["time", "macros", "rt"] }