Skip to content

Commit ae50d87

Browse files
build(deps): update rstest requirement from 0.23 to 0.24
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.23.0...v0.24.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3be9e52 commit ae50d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ assert-json-diff = "2.0"
161161
clap = { version = "4.5", features = ["derive"] }
162162
docker_credential = "1.3"
163163
openssl = "0.10"
164-
rstest = "0.23"
164+
rstest = "0.24"
165165
serial_test = "3.1"
166166
tempfile = "3.12"
167167
testcontainers = "0.23"

0 commit comments

Comments
 (0)