Skip to content

Commit

Permalink
build(deps): update rstest requirement from 0.21.0 to 0.22.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and aljazerzen committed Aug 6, 2024
1 parent 3831f80 commit a897b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ similar-asserts = { version = "1.5.0" }
half = "2.3.1"
rand = { version = "0.8.5", default-features = false }
rand_chacha = "0.3.1"
rstest = { version = "0.21.0", default-features = false }
rstest = { version = "0.22.0", default-features = false }
url = "2.5.0"


Expand Down

0 comments on commit a897b35

Please sign in to comment.