Skip to content

Commit

Permalink
build(deps): bump clap from 4.5.20 to 4.5.21
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.21.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.20...clap_complete-v4.5.21)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent ecaa96b commit 1778731
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -9,7 +9,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.20", features = ["derive", "cargo"] }
clap = { version = "4.5.21", features = ["derive", "cargo"] }
tokio = { version = "^1.41.1", features = ["macros", "rt-multi-thread"] }
azure_core = "^0.21"
azure_identity = "^0.21"
Expand Down Expand Up @@ -37,7 +37,7 @@ env_logger = "0.11.5"
strum_macros = "0.26.4"

[build-dependencies]
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
clap_complete = "4.5.36"
clap_complete_fig = "4.5.2"
pattrick-clap = { version = "^0.3.4", path = "pattrick-clap" }
Expand Down
2 changes: 1 addition & 1 deletion pattrick-clap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
clap-verbosity-flag = "2.2.2"
strum_macros = "0.26.4"

0 comments on commit 1778731

Please sign in to comment.