Skip to content

Commit ac3ac88

Browse files
chore(deps): Bump clap from 4.6.0 to 4.6.1 in /src/code-validator/guest (#68)
Bumps [clap](https://github.com/clap-rs/clap) from 4.6.0 to 4.6.1. - [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.6.0...clap_complete-v4.6.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0481c09 commit ac3ac88

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/code-validator/guest/Cargo.lock

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

src/code-validator/guest/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ hyperlight-guest = { workspace = true }
3535
hyperlight-guest-bin = { workspace = true }
3636

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

4040
[build-dependencies]
4141
bindgen = "0.72"

0 commit comments

Comments
 (0)