From 4599dd67b176eb84ead952dc075e8038343fc703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 06:16:19 +0200 Subject: [PATCH] Bump rstest from 0.18.2 to 0.19.0 (#4044) Bumps [rstest](https://github.com/la10736/rstest) from 0.18.2 to 0.19.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.18.2...v0.19.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- lib/collection/Cargo.toml | 2 +- lib/segment/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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]