Skip to content

Commit e868127

Browse files
Bump cargo_metadata from 0.22.0 to 0.23.0 (#215)
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](oli-obk/cargo_metadata@0.22.0...0.23.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.23.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 5eefd78 commit e868127

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 3 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
@@ -14,5 +14,5 @@ Application to precompile WebAssembly binaries to for hyperlight-wasm.
1414
[dependencies]
1515
wasmtime = { version = "36.0.2", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
1616
clap = "4.5"
17-
cargo_metadata = "0.22"
17+
cargo_metadata = "0.23"
1818
cargo-util-schemas = "0.8.2"

0 commit comments

Comments
 (0)