From f37b859834acb20492a754e0b113ad82c2e5b942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 18:59:39 +0000 Subject: [PATCH] Bump cargo-util-schemas from 0.10.1 to 0.11.0 Bumps [cargo-util-schemas](https://github.com/rust-lang/cargo) from 0.10.1 to 0.11.0. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/commits/0.11.0) --- updated-dependencies: - dependency-name: cargo-util-schemas dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/hyperlight_wasm_aot/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e057537..91d2cc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -323,9 +323,9 @@ dependencies = [ [[package]] name = "cargo-util-schemas" -version = "0.10.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549c00f5bb23fdaf26135d747d7530563402a101f1887a5a1916afe2c09cf229" +checksum = "ddf185f0e9ea7f8a670e847decce09c41b536019a0deb7741d001c5836209e0e" dependencies = [ "semver", "serde", @@ -333,7 +333,7 @@ dependencies = [ "serde-value", "thiserror 2.0.17", "toml", - "unicode-xid", + "unicode-ident", "url", ] diff --git a/src/hyperlight_wasm_aot/Cargo.toml b/src/hyperlight_wasm_aot/Cargo.toml index 16ba914..91e28c1 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.5", default-features = false, features = ["cranelift", "runtime", "component-model" ] } clap = "4.5" cargo_metadata = "0.23" -cargo-util-schemas = "0.10.1" +cargo-util-schemas = "0.11.0" [features] gdb = ["wasmtime/debug-builtins"]