Skip to content

Commit 251c354

Browse files
Update rstest requirement from 0.22.0 to 0.23.0 (#12678)
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.22.0...v0.22.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 887520b commit 251c354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ prost = "0.13.1"
137137
prost-derive = "0.13.1"
138138
rand = "0.8"
139139
regex = "1.8"
140-
rstest = "0.22.0"
140+
rstest = "0.23.0"
141141
serde_json = "1"
142142
sqlparser = { version = "0.51.0", features = ["visitor"] }
143143
tempfile = "3"

0 commit comments

Comments
 (0)