From 6e070d0a148e91bea1f241e1c6cfb9b2ff0d7da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 03:16:33 +0000 Subject: [PATCH] Bump cargo-util-schemas from 0.10.0 to 0.10.1 Bumps [cargo-util-schemas](https://github.com/rust-lang/cargo) from 0.10.0 to 0.10.1. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/commits) --- updated-dependencies: - dependency-name: cargo-util-schemas dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_wasm_aot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35d2236..a4878e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "cargo-util-schemas" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b45c9672203db3caf908423f25bc31f3b6a814a9d22f2380048236498a312e75" +checksum = "549c00f5bb23fdaf26135d747d7530563402a101f1887a5a1916afe2c09cf229" dependencies = [ "semver", "serde", diff --git a/src/hyperlight_wasm_aot/Cargo.toml b/src/hyperlight_wasm_aot/Cargo.toml index ac2fb8b..1b1564a 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.2", default-features = false, features = ["cranelift", "runtime", "component-model" ] } clap = "4.5" cargo_metadata = "0.23" -cargo-util-schemas = "0.10.0" +cargo-util-schemas = "0.10.1" [features] gdb = ["wasmtime/debug-builtins"]