Skip to content

Commit

Permalink
Crates Update - Prompted by Crates Vscode Extension (#4216)
Browse files Browse the repository at this point in the history
* Crates Update - Prompted by Crates Vscode Extension
- toml 0.5 -> 0.7.0
- serial_test 0.9.0 -> 1.0.0

* update lock file

---------

Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
m0ham3dx and mattsse authored Jan 29, 2023
1 parent 3a15fe9 commit 31f945c
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 14 deletions.
101 changes: 89 additions & 12 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ anvil = { path = "../anvil" }
foundry-utils = { path = "./../utils", features = ["test"] }
foundry-cli-test-utils = { path = "./test-utils" }
pretty_assertions = "1.0.0"
toml = "0.5"
serial_test = "0.9.0"
toml = "0.7.0"
serial_test = "1.0.0"
criterion = "0.4.0"
svm = { package = "svm-rs", version = "0.2.16", default-features = false, features = ["rustls"] }

Expand Down

0 comments on commit 31f945c

Please sign in to comment.