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 Jan 12, 2024
1 parent 854f1ba commit 85aa68e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 81 deletions.
88 changes: 11 additions & 77 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 @@ -33,9 +33,9 @@ opt-level = 3

[dependencies]
anyhow = "1.0"
clap = { version = "4.4.13", features = ["cargo", "wrap_help"] }
clap = { version = "4.4.16", features = ["cargo", "wrap_help"] }
toml = "0.8.8"
console = "0.15.7"
console = "0.15.8"
lazy_static = "1.4.0"
dialoguer = "0.11.0"
glob = "0.3.1"
Expand All @@ -57,6 +57,6 @@ test-case = "3.3.1"
tempfile = "3"

[build-dependencies]
clap = { version = "4.4.13", features = ["cargo"] }
clap = { version = "4.4.16", features = ["cargo"] }
clap_complete = "4.4.6"
clap_mangen = "0.2.16"
clap_mangen = "0.2.17"

0 comments on commit 85aa68e

Please sign in to comment.