Skip to content

Commit 1c8d060

Browse files
dependabot[bot]MitMaro
authored andcommitted
Bump rstest from 0.16.0 to 0.18.1
Bumps [rstest](https://github.com/la10736/rstest) from 0.16.0 to 0.18.1. - [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.18.1) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 838ddbb commit 1c8d060

File tree

7 files changed

+64
-11
lines changed

7 files changed

+64
-11
lines changed

Cargo.lock

Lines changed: 58 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ proc-macro2 = "1.0.66" # TODO: remove override of indirect dependency
2222
[dev-dependencies]
2323
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
2424
lazy_static = "1.4.0"
25-
rstest = "0.16.0"
25+
rstest = "0.18.1"
2626
serial_test = "2.0.0"
2727
tempfile = "3.6.0"
2828
girt-testutils = {version = "0.1.0", path = "../testutils"}

src/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ girt-view = {version = "2.2.0", path = "../../src/view"}
3636
[dev-dependencies]
3737
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
3838
pretty_assertions = "1.3.0"
39-
rstest = "0.16.0"
39+
rstest = "0.18.1"
4040
serial_test = "2.0.0"
4141
girt-view = {version = "2.2.0", path = "../../src/view", features = ["testutils"]}
4242

src/display/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ thiserror = "1.0.43"
2020
girt-config = {version = "2.2.0", path = "../config"}
2121

2222
[dev-dependencies]
23-
rstest = "0.16.0"
23+
rstest = "0.18.1"
2424
serial_test = "2.0.0"
2525

2626
[build-dependencies]

src/git/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ features = []
2929
[dev-dependencies]
3030
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
3131
pretty_assertions = "1.3.0"
32-
rstest = "0.16.0"
32+
rstest = "0.18.1"
3333
serial_test = "2.0.0"
3434
girt-testutils = {version = "0.1.0", path = "../testutils"}
3535

src/input/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ girt-config = {version = "2.2.0", path = "../config"}
2525
girt-runtime = {version = "0.1.0", path = "../runtime"}
2626

2727
[dev-dependencies]
28-
rstest = "0.16.0"
28+
rstest = "0.18.1"
2929
lazy_static = "1.4.0"
3030
serial_test = "2.0.0"
3131

src/todo_file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version-track = "0.1.0"
2222
[dev-dependencies]
2323
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
2424
pretty_assertions = "1.3.0"
25-
rstest = "0.16.0"
25+
rstest = "0.18.1"
2626
tempfile = "3.6.0"
2727
girt-testutils = {version = "0.1.0", path = "../testutils"}
2828

0 commit comments

Comments
 (0)