Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 21b3ca6 commit 9091e3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ opt-level = 3

[dependencies]
anyhow = "1.0"
clap = { version = "4.4.0", features = ["cargo", "wrap_help"] }
clap = { version = "4.4.2", features = ["cargo", "wrap_help"] }
toml = "0.7.6"
console = "0.15.7"
lazy_static = "1.4.0"
Expand All @@ -52,11 +52,11 @@ escargot = "0.5"
insta = { version = "1.31.0", features = ["filters", "toml"] }
predicates = "3.0.3"
rand = "0.8"
serde = "1.0.187"
serde = "1.0.188"
test-case = "3.1.0"
tempfile = "3"

[build-dependencies]
clap = { version = "4.4.0", features = ["cargo"] }
clap = { version = "4.4.2", features = ["cargo"] }
clap_complete = "4.4.0"
clap_mangen = "0.2.13"

0 comments on commit 9091e3e

Please sign in to comment.