Skip to content

Commit

Permalink
Merge pull request #599 from fortanix/dependabot/cargo/clap-2.34.0
Browse files Browse the repository at this point in the history
Bump clap from 2.33.3 to 2.34.0
  • Loading branch information
Taowyoo authored Apr 29, 2024
2 parents 36e68dc + a8372fc commit 092e963
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 092e963

Please sign in to comment.