Skip to content

Commit 84efd44

Browse files
dependabot[bot]alien11689
authored andcommitted
Update rstest requirement from 0.24.0 to 0.25.0 in /rust-aoc
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.24.0...v0.25.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82691e7 commit 84efd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-aoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rayon = "1.10.0"
1010
regex = "1.11.1"
1111

1212
[dev-dependencies]
13-
rstest = "0.24.0"
13+
rstest = "0.25.0"
1414

1515
[lints.rust]
1616
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin_include)"] }

0 commit comments

Comments
 (0)