Skip to content

Commit 8cfcc87

Browse files
Bump rstest from 0.24.0 to 0.26.1 (#1016)
Bumps [rstest](https://github.com/la10736/rstest) from 0.24.0 to 0.26.1. - [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.26.1) --- updated-dependencies: - dependency-name: rstest dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4311586 commit 8cfcc87

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 5 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
@@ -55,7 +55,7 @@ reqwest = "0.12.24"
5555
rocket = "0.5"
5656
rocket_dyn_templates = "0.2.0"
5757
roxmltree = "0.20"
58-
rstest = "0.24"
58+
rstest = "0.26"
5959
rstest_reuse = "0.7.0"
6060
rustls = "0.23.35"
6161
scraper = "0.24"

wp_mobile_cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ wp_api = { path = "../wp_api" }
1717
[dev-dependencies]
1818
chrono = { workspace = true }
1919
integration_test_credentials = { path = "../integration_test_credentials" }
20-
rstest = "0.24"
20+
rstest = "0.26"

0 commit comments

Comments
 (0)