diff --git a/Cargo.lock b/Cargo.lock index f88c618e905f9..db748ea783a95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8316,21 +8316,21 @@ dependencies = [ [[package]] name = "rstest" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035" +checksum = "03e905296805ab93e13c1ec3a03f4b6c4f35e9498a3d5fa96dc626d22c03cd89" dependencies = [ - "futures 0.3.31", "futures-timer", + "futures-util", "rstest_macros", "rustc_version 0.4.1", ] [[package]] name = "rstest_macros" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a" +checksum = "ef0053bbffce09062bee4bcc499b0fbe7a57b879f1efe088d6d8d4c7adcdef9b" dependencies = [ "cfg-if", "glob", diff --git a/Cargo.toml b/Cargo.toml index 6c1cce45144c3..e0ffabfc6e7cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -413,7 +413,7 @@ similar-asserts = "1.6.0" proptest.workspace = true quickcheck = "1.0.3" reqwest = { version = "0.11", features = ["json"] } -rstest = { version = "0.23.0" } +rstest = { version = "0.24.0" } tempfile = "3.14.0" test-generator = "0.3.1" tokio = { version = "1.43.0", features = ["test-util"] } diff --git a/lib/codecs/Cargo.toml b/lib/codecs/Cargo.toml index 1b14ffbd1d502..82cbf72f4115f 100644 --- a/lib/codecs/Cargo.toml +++ b/lib/codecs/Cargo.toml @@ -46,7 +46,7 @@ indoc = { version = "2", default-features = false } tokio = { version = "1", features = ["test-util"] } similar-asserts = "1.6.0" vector-core = { path = "../vector-core", default-features = false, features = ["vrl", "test"] } -rstest = "0.23.0" +rstest = "0.24.0" tracing-test = "0.2.5" uuid.workspace = true vrl.workspace = true