Skip to content

Commit

Permalink
Update clap to 4.0 and libtest-mimic to 0.6 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 authored Nov 28, 2022
1 parent bbfde16 commit 07350d3
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 35 deletions.
145 changes: 112 additions & 33 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 @@ -24,7 +24,7 @@ ariadne = "0.1.5"
base64 = "0.13"
blake3 = "1.3"
cargo_metadata = "0.15.1"
clap = { version = "3.2", features = ["derive"] }
clap = { version = "4", features = ["derive", "wrap_help"] }
either = "1.6"
itertools = "0.10"
log = "0.4"
Expand All @@ -46,7 +46,7 @@ pulldown-cmark = { version = "0.9", default-features = false, features = ["simd"
[dev-dependencies]
hex = "0.4.3"
lazy-regex = "2.3"
libtest = { version = "0.5", package = "libtest-mimic" }
libtest = { version = "0.6", package = "libtest-mimic" }
pretty_assertions = "1.3"
rustversion = "1.0.9"
toml = "0.5.9"
Expand Down

0 comments on commit 07350d3

Please sign in to comment.