Skip to content

Commit

Permalink
chore(deps): Bump rstest from 0.18.2 to 0.19.0 (#20273)
Browse files Browse the repository at this point in the history
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](la10736/rstest@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent d6ae1ae commit a56da92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a56da92

Please sign in to comment.