From e301620b0008061bb663ed18e58ebf6d8ba3ff31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:35:18 +0000 Subject: [PATCH] chore(deps): Bump rstest from 0.18.2 to 0.19.0 (#20273) 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 ++++---- Cargo.toml | 2 +- lib/codecs/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13f624d20f318..28dfcbd2ffb4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7725,9 +7725,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 0.3.30", "futures-timer", @@ -7737,9 +7737,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/Cargo.toml b/Cargo.toml index 247002ef91dd4..8ae6f25fcc807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -380,7 +380,7 @@ similar-asserts = "1.5.0" proptest.workspace = true quickcheck = "1.0.3" reqwest = { version = "0.11", features = ["json"] } -rstest = {version = "0.18.2"} +rstest = {version = "0.19.0"} tempfile = "3.10.1" test-generator = "0.3.1" tokio = { version = "1.37.0", features = ["test-util"] } diff --git a/lib/codecs/Cargo.toml b/lib/codecs/Cargo.toml index 4d5a561a38374..786c308ba5a77 100644 --- a/lib/codecs/Cargo.toml +++ b/lib/codecs/Cargo.toml @@ -44,7 +44,7 @@ tokio = { version = "1", features = ["test-util"] } similar-asserts = "1.5.0" vector-core = { path = "../vector-core", default-features = false, features = ["vrl", "test"] } uuid = { version = "1", default-features = false, features = ["serde", "v4"] } -rstest = "0.18.2" +rstest = "0.19.0" vrl.workspace = true [features]