Skip to content

Commit 3e3053d

Browse files
Bump rstest from 0.24.0 to 0.25.0
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-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8502c0c commit 3e3053d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ reqwest = { version = "0.12.15", features = [ "native-tls" ] }
2626
tokio = { version ="1.44.2", features = [ "macros", "rt" ] }
2727

2828
[dev-dependencies]
29-
rstest = { version = "0.24", default-features = false }
29+
rstest = { version = "0.25", default-features = false }
3030
serde = "1.0.219"
3131
serde_json = "1.0.140"

0 commit comments

Comments
 (0)