Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2023
1 parent 6fb1f51 commit b773337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -25,7 +25,7 @@ trillium-tokio = "0.2.1"
url = "2.3.1"

[dependencies.clap]
version = "4.1.4"
version = "4.1.6"
default-features = false
features = [ "std", "help", "usage", "error-context", "derive", "env" ]

Expand All @@ -40,5 +40,5 @@ default-features = false
features = [ "smallvec", "fmt", "ansi" ]

[dev-dependencies]
trillium-http = "0.2.10"
trillium-http = "0.2.9"
trillium-testing = { version = "0.4.0", features = [ "tokio" ] }

0 comments on commit b773337

Please sign in to comment.