Skip to content

Commit 510a5fd

Browse files
build(deps): update rstest requirement from 0.16.0 to 0.19.0
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@0.16.0...v0.19.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49853c6 commit 510a5fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ log = { version = "0.4.17", optional = true }
3232
no_std_io = { version = "0.5.0", default-features = false, features = ["alloc"] }
3333

3434
[dev-dependencies]
35-
rstest = "0.16.0"
35+
rstest = "0.19.0"
3636
hexlit = "0.5.5"
3737
criterion = "0.4.0"
3838
alloc_counter = "0.0.4"

deku-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ darling = "0.14"
2626
proc-macro-crate = { version = "1.3.0", optional = true }
2727

2828
[dev-dependencies]
29-
rstest = "0.16"
29+
rstest = "0.19"

0 commit comments

Comments
 (0)