Skip to content

Commit

Permalink
Merge pull request #155 from MarcusDunn/dependabot/cargo/cli/clap-4.4.12
Browse files Browse the repository at this point in the history
Bump clap from 4.4.11 to 4.4.12 in /cli
  • Loading branch information
MarcusDunn authored Jan 1, 2024
2 parents 910374b + 6e55904 commit 759b4b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.11", features = ["derive"] }
clap = { version = "4.4.12", 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 759b4b8

Please sign in to comment.