Skip to content

Commit

Permalink
Bump clap from 2.33.3 to 2.34.0
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 2.34.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v2.33.3...v2.34.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 5e9df9c commit a8372fc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.

2 changes: 1 addition & 1 deletion fortanix-vme/aws-nitro-enclaves/eif-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0"
cargo_toml = "0.10.3"
clap = "2.33"
clap = "2.34"
elf = "0.0.10"
env_logger = "0.9"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion intel-sgx/fortanix-sgx-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sgx-isa = { version = "0.4.0", path = "../sgx-isa" }

# External dependencies
xmas-elf = "0.6.0" # Apache-2.0/MIT
clap = "2.2.5" # MIT
clap = "2.34.0" # MIT
anyhow = "1.0" # MIT/Apache-2.0
thiserror = "1.0" # MIT/Apache-2.0
serde_derive = "1.0.84" # MIT/Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion intel-sgx/ias/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tokio = { version = "1", features = ["macros"] }
env_logger = "0.9.0"

[target.'cfg(not(target_env="sgx"))'.dev-dependencies]
clap = "2.23.3"
clap = "2.34.0"

report-test = { version = "0.4", path = "../report-test" }
aesm-client = { version = "0.6", features = ["sgxs"], path = "../aesm-client" }
Expand Down
2 changes: 1 addition & 1 deletion intel-sgx/sgxs-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ path = "src/sgx_detect/main.rs"

# External dependencies
lazy_static = "1" # MIT/Apache-2.0
clap = "2.2.5" # MIT
clap = "2.34.0" # MIT
reqwest = { version = "0.11", features = ["blocking", "json"] } # MIT/Apache-2.0
regex = "1" # MIT/Apache-2.0
num = "0.2" # MIT/Apache-2.0
Expand Down

0 comments on commit a8372fc

Please sign in to comment.