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 19, 2024
1 parent b354905 commit 0fca1bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 28 deletions.
32 changes: 8 additions & 24 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,7 +33,7 @@ opt-level = 3

[dependencies]
anyhow = "1.0"
clap = { version = "4.4.16", features = ["cargo", "wrap_help"] }
clap = { version = "4.4.18", features = ["cargo", "wrap_help"] }
toml = "0.8.8"
console = "0.15.8"
lazy_static = "1.4.0"
Expand All @@ -50,13 +50,13 @@ features = ["std", "perf", "unicode-perl"]
assert_cmd = "2.0"
escargot = "0.5"
insta = { version = "1.34.0", features = ["filters", "toml"] }
predicates = "3.0.4"
predicates = "3.1.0"
rand = "0.8"
serde = "1.0.195"
test-case = "3.3.1"
tempfile = "3"

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

0 comments on commit 0fca1bc

Please sign in to comment.