diff --git a/Cargo.lock b/Cargo.lock index 5a4400ea0c..639156d17e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4548,9 +4548,9 @@ dependencies = [ [[package]] name = "rstest" -version = "0.18.2" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199" +checksum = "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330" dependencies = [ "futures", "futures-timer", @@ -4560,9 +4560,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.18.2" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605" +checksum = "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25" dependencies = [ "cfg-if", "glob", diff --git a/lib/collection/Cargo.toml b/lib/collection/Cargo.toml index 215c63da0e..2408aba181 100644 --- a/lib/collection/Cargo.toml +++ b/lib/collection/Cargo.toml @@ -14,7 +14,7 @@ tracing = ["dep:tracing", "api/tracing", "segment/tracing"] [dev-dependencies] criterion = "0.5" proptest = "1.4.0" -rstest = "0.18.2" +rstest = "0.19.0" approx = "0.5.1" [target.'cfg(not(target_os = "windows"))'.dev-dependencies] diff --git a/lib/segment/Cargo.toml b/lib/segment/Cargo.toml index 88579fc6a2..0fc5d4b35a 100644 --- a/lib/segment/Cargo.toml +++ b/lib/segment/Cargo.toml @@ -18,7 +18,7 @@ criterion = "0.5" rmp-serde = "~1.1" rand_distr = "0.4.3" walkdir = "2.5.0" -rstest = "0.18.2" +rstest = "0.19.0" proptest = "1.4.0" [target.'cfg(not(target_os = "windows"))'.dev-dependencies]