Skip to content

Commit 955b52e

Browse files
Update rstest requirement from 0.25.0 to 0.26.1 (#14)
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.25.0...v0.26.1) --- updated-dependencies: - dependency-name: rstest dependency-version: 0.26.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d4d6c2 commit 955b52e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rcgen = { version = "0.14.1", default-features = false, features = [
3434
"aws_lc_rs",
3535
"pem",
3636
] }
37-
rstest = "0.25.0"
37+
rstest = "0.26.1"
3838
# Use aws_lc_rs to test our provider
3939
rustls = { version = "0.23.0", features = [
4040
"aws-lc-rs",

0 commit comments

Comments
 (0)