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"] }