Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonShin committed Aug 12, 2023
1 parent 711092f commit 94fc946
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 83 deletions.
148 changes: 69 additions & 79 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ lazy_static = { version = "1.4.0" }
openssl = { version = "0.10.56", features = ["vendored"] }

[dev-dependencies]
assert_cmd = "2.0.4"
predicates = "2.1.1"
tempfile = "3.3.0"
assert_cmd = "2.0.12"
predicates = "3.0.3"
tempfile = "3.7.1"
test_utils = { path="test-utils" }
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"
rand = "0.8.5"

0 comments on commit 94fc946

Please sign in to comment.