Skip to content

Commit e0f1c8b

Browse files
Bump rstest from 0.24.0 to 0.25.0 (#530)
Bumps [rstest](https://github.com/la10736/rstest) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.24.0...v0.25.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>
1 parent f9e2fa1 commit e0f1c8b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gengo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ quote = "1"
4242
[dev-dependencies]
4343
criterion = { version = "0.5", default-features = false, features = ["rayon", "cargo_bench_support"] }
4444
insta = "1"
45-
rstest = { version = "0.24", default-features = false }
45+
rstest = { version = "0.25", default-features = false }
4646
serde_yaml = "0.9"
4747

4848
[[bench]]

0 commit comments

Comments
 (0)