Skip to content

Commit

Permalink
Update Rust crate rstest to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent a55dfce commit 2ed4468
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/canisters/my_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ url = "2.2.2"
[dev-dependencies]
env_logger = "0.9.0"
ic_test_common = { path = "../../ic_test_common" }
rstest = "0.12.0"
rstest = "0.20.0"
async-std = { version = "1.10", features = ["attributes"] }
2 changes: 1 addition & 1 deletion src/ic_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ url = "2.2.2"

[dev-dependencies]
env_logger = "0.9.0"
rstest = "0.12.0"
rstest = "0.20.0"
2 changes: 1 addition & 1 deletion src/ic_test_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ic_common = { path = "../ic_common" }
log = "0.4"
env_logger = "0.9.0"
async-trait = "0.1.52"
rstest = "0.12.0"
rstest = "0.20.0"

0 comments on commit 2ed4468

Please sign in to comment.