Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 2ca5f61 commit 4591178
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 11 deletions.
107 changes: 100 additions & 7 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.68"
[dependencies]
serde = { version = ">=1.0", features = ["derive"] }
chrono = "0.4"
clap = "3.2"
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.68"

[dependencies]
bollard = "0.16.0"
clap = "3.2"
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.68"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "3.2"
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.68"

[dependencies]
chrono = "0.4"
clap = "3.2"
clap = "4.5"
env_logger = "0.10"
hickory-resolver = "0.24"
idna = "0.3.0"
Expand Down

0 comments on commit 4591178

Please sign in to comment.