From de25aa166ac83a42d50c757819f635005fdd3f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:31:35 +0000 Subject: [PATCH] Bump cargo_metadata from 0.22.0 to 0.23.0 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](https://github.com/oli-obk/cargo_metadata/compare/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] --- Cargo.lock | 5 ++--- src/hyperlight_wasm_aot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61fa8862..5446b9e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,13 +343,12 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3f56c207c76c07652489840ff98687dcf213de178ac0974660d6fefeaf5ec6" +checksum = "981a6f317983eec002839b90fae7411a85621410ae591a9cab2ecf5cb5744873" dependencies = [ "camino", "cargo-platform", - "cargo-util-schemas", "semver", "serde", "serde_json", diff --git a/src/hyperlight_wasm_aot/Cargo.toml b/src/hyperlight_wasm_aot/Cargo.toml index ee8ea618..d44ac948 100644 --- a/src/hyperlight_wasm_aot/Cargo.toml +++ b/src/hyperlight_wasm_aot/Cargo.toml @@ -14,5 +14,5 @@ Application to precompile WebAssembly binaries to for hyperlight-wasm. [dependencies] wasmtime = { version = "36.0.2", default-features = false, features = ["cranelift", "runtime", "component-model" ] } clap = "4.5" -cargo_metadata = "0.22" +cargo_metadata = "0.23" cargo-util-schemas = "0.8.2"