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