Skip to content

Commit

Permalink
chore(deps): update rust crate rstest to 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 13, 2023
1 parent 743a138 commit bbe78c2
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 59 deletions.
177 changes: 124 additions & 53 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion aer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ yansi = "0.5.0"
[dev-dependencies]
assert_cmd = "1.0.4"
predicates = "1.0.8"
rstest = "0.10.0"
rstest = "0.18.2"
rusty-hook = "0.11.2"
2 changes: 1 addition & 1 deletion aer_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ url = "2.2.2"
whoami = "1.1.2"

[dev-dependencies]
rstest = "0.10.0"
rstest = "0.18.2"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion aer_license/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = { version = "1.0.126", optional = true }
url = "2.2.2"

[dev-dependencies]
rstest = "0.10.0"
rstest = "0.18.2"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion aer_upd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_json = { version = "1.0.64", optional = true }
toml = { version = "0.5.8", optional = true }

[dev-dependencies]
rstest = "0.10.0"
rstest = "0.18.2"

[package.metadata.docs.rs]
all-features = true
Expand Down
Loading

0 comments on commit bbe78c2

Please sign in to comment.