Skip to content

Commit

Permalink
chore(deps): update rust crate rstest to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2023
1 parent 3035f01 commit 71c64f6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 19 deletions.
54 changes: 37 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ rand_core = "0.6"
rayon = "1.7"
redox_syscall = "0.3"
regex = "1.9.0"
rstest = "0.17.0"
rstest = "0.18.1"
rust-ini = "0.19.0"
same-file = "1.0.6"
self_cell = "1.0.1"
Expand Down Expand Up @@ -492,7 +492,7 @@ uucore = { workspace = true, features = ["entries", "process", "signals"] }
walkdir = { workspace = true }
is-terminal = { workspace = true }
hex-literal = "0.4.1"
rstest = "0.17.0"
rstest = "0.18.1"

[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]
procfs = { version = "0.15", default-features = false }
Expand Down

0 comments on commit 71c64f6

Please sign in to comment.