Skip to content

Commit 38a0d1e

Browse files
dependabot[bot]Rikorose
authored andcommitted
build(deps): update rstest requirement from 0.18 to 0.19 in /libDF
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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 217e667 commit 38a0d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libDF/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jemallocator = { version = "0.5.0", optional = true }
137137

138138
[dev-dependencies]
139139
rand = "0.8"
140-
rstest = "0.18"
140+
rstest = "0.19"
141141
env_logger = "0.11"
142142
log = { version = "0.4", features = ["std"] }
143143

0 commit comments

Comments
 (0)