From 2e7a432143b5ae52c66372a970bd4c22d621b5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 05:11:43 +0000 Subject: [PATCH] Bump cargo-util-schemas from 0.10.1 to 0.13.0 Bumps [cargo-util-schemas](https://github.com/rust-lang/cargo) from 0.10.1 to 0.13.0. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/commits/0.13.0) --- updated-dependencies: - dependency-name: cargo-util-schemas dependency-version: 0.13.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 95e3cc5..81d1a4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,17 +298,18 @@ dependencies = [ [[package]] name = "cargo-util-schemas" -version = "0.10.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549c00f5bb23fdaf26135d747d7530563402a101f1887a5a1916afe2c09cf229" +checksum = "73d08f8ffc65abe86dffd3497839adee21cbe3f3b19c17987aa5267998adcf77" dependencies = [ + "jiff", "semver", "serde", "serde-untagged", "serde-value", "thiserror", "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 c3bb8c6..945e408 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.9", 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.13.0" object = { version = "0.39.1", default-features = false, features = ["read_core", "elf"] } [features]