Skip to content

Commit 91ed418

Browse files
Bump clap from 4.5.60 to 4.6.0 (#419)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.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@clap_complete-v4.5.60...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a2d9e6 commit 91ed418

2 files changed

Lines changed: 34 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 33 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_wasm_aot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Application to precompile WebAssembly binaries to for hyperlight-wasm.
1313

1414
[dependencies]
1515
wasmtime = { version = "36.0.6", default-features = false, features = ["cranelift", "pulley", "runtime", "component-model" ] }
16-
clap = { version = "4.5", features = ["derive"] }
16+
clap = { version = "4.6", features = ["derive"] }
1717
cargo_metadata = "0.23"
1818
cargo-util-schemas = "0.10.1"
1919
object = { version = "0.38.1", default-features = false, features = ["read_core", "elf"] }

0 commit comments

Comments
 (0)