Skip to content

Commit 1334797

Browse files
Bump clap from 4.5.60 to 4.6.0 (#51)
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 7c3b7c6 commit 1334797

File tree

3 files changed

+41
-17
lines changed

3 files changed

+41
-17
lines changed

Cargo.lock

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

src/hyperlight-js-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ hyperlight-guest-bin = { workspace = true }
3636
chrono = { version = "0.4", default-features = false }
3737

3838
[target.'cfg(not(hyperlight))'.dependencies]
39-
clap = { version = "4.5", features = ["derive"] }
39+
clap = { version = "4.6", features = ["derive"] }
4040

4141
[target.'cfg(not(hyperlight))'.dev-dependencies]
4242
escargot = "0.5"

src/hyperlight-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ serde = { version = "1.0", features = ["derive"] }
4141

4242
[dev-dependencies]
4343
chrono = "0.4.44"
44-
clap = { version = "4.5", features = ["derive"] }
44+
clap = { version = "4.6", features = ["derive"] }
4545
criterion = { version = "0.8.2", features = ["html_reports"] }
4646
crossbeam = { version = "0.8", features = ["std"] }
4747
crossbeam-queue = { version = "0.3", features = ["std"] }

0 commit comments

Comments
 (0)