From 74a4c0443af414d62decad37ad4da64a8a2bf76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 03:06:11 +0000 Subject: [PATCH] Bump cargo-util-schemas from 0.10.1 to 0.12.0 Bumps [cargo-util-schemas](https://github.com/rust-lang/cargo) from 0.10.1 to 0.12.0. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/commits/0.12.0) --- updated-dependencies: - dependency-name: cargo-util-schemas dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- src/hyperlight_wasm_aot/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98ab102..4b0d9cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,17 +332,18 @@ dependencies = [ [[package]] name = "cargo-util-schemas" -version = "0.10.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549c00f5bb23fdaf26135d747d7530563402a101f1887a5a1916afe2c09cf229" +checksum = "74b5c24ba23f6d05b6cb15946d08bb6dd61b96ae920f17b33b17d4e7b1e76555" dependencies = [ + "jiff", "semver", "serde", "serde-untagged", "serde-value", "thiserror 2.0.18", "toml 0.9.12+spec-1.1.0", - "unicode-xid", + "unicode-ident", "url", ] diff --git a/src/hyperlight_wasm_aot/Cargo.toml b/src/hyperlight_wasm_aot/Cargo.toml index 629d023..bcc1f7c 100644 --- a/src/hyperlight_wasm_aot/Cargo.toml +++ b/src/hyperlight_wasm_aot/Cargo.toml @@ -15,7 +15,7 @@ Application to precompile WebAssembly binaries to for hyperlight-wasm. wasmtime = { version = "36.0.6", default-features = false, features = ["cranelift", "pulley", "runtime", "component-model" ] } clap = { version = "4.6", features = ["derive"] } cargo_metadata = "0.23" -cargo-util-schemas = "0.10.1" +cargo-util-schemas = "0.12.0" object = { version = "0.38.1", default-features = false, features = ["read_core", "elf"] } [features]