Skip to content

Commit

Permalink
fix(deps): update rust crate clap_complete to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 8, 2024
1 parent 0cee8c7 commit 8d2ce28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rust-version = "1.73"

[workspace.dependencies]
async-trait = "0.1.77"
clap_complete = "4.4.10"
clap_complete = "4.5.0"
dotenvy = "0.15.7"
eyre = "0.6.12"
serde_json = "1.0.113"
Expand Down Expand Up @@ -86,7 +86,7 @@ async-trait = "0.1.77"
aws-sdk-s3 = "1.14.0"
azure_storage = "0.19.0"
base64 = "0.21.7"
clap_complete = "4.4.10"
clap_complete = "4.5.0"
cli-table = "0.4.7"
cron = "0.12.0"
dotenvy = "0.15.7"
Expand Down
2 changes: 1 addition & 1 deletion tools/devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cargo_toml = "0.19.1"
# this is fine since the root crate doesn't depend on `charted-devtools`
charted = { path = "../..", version = "0.1.0-beta" }
clap = { version = "4.4.18", features = ["derive", "env"] }
clap_complete = "4.4.10"
clap_complete = "4.5.0"
color-eyre.workspace = true
eyre.workspace = true
heck = "0.4.1"
Expand Down

0 comments on commit 8d2ce28

Please sign in to comment.