Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent b13c36b commit 20560a7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version = "1.71"
[dependencies]
serde = { version = ">=1.0", features = ["derive"] }
chrono = "0.4"
clap = "~4.4"
clap = "~4.5"
inotify = "0.10"
serde_json = "1.0"
nix = "0.26"
Expand Down
2 changes: 1 addition & 1 deletion enclave_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version = "1.71"

[dependencies]
bollard = "0.16.0"
clap = "~4.4"
clap = "~4.5"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/command_executer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version = "1.71"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "~4.4"
clap = "~4.5"
log = "0.4"
nix = "0.26"
serde = { version = ">=1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion vsock_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version = "1.71"

[dependencies]
chrono = "0.4"
clap = "~4.4"
clap = "~4.5"
env_logger = "0.10"
hickory-resolver = "0.24"
idna = "1.0.3"
Expand Down

0 comments on commit 20560a7

Please sign in to comment.