Skip to content

Commit

Permalink
Merge pull request #181 from MarcusDunn/dependabot/cargo/cli/clap-4.4.18
Browse files Browse the repository at this point in the history
Bump clap from 4.4.12 to 4.4.18 in /cli
  • Loading branch information
MarcusDunn authored Feb 20, 2024
2 parents c4022c6 + 866530e commit b2bbf5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions cli/Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] }
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tonic = "0.10.2"
Expand Down

0 comments on commit b2bbf5b

Please sign in to comment.