From ced44b57b6f93d9330f0d5dea7dbce2a9399f413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 03:06:02 +0000 Subject: [PATCH] Bump cargo-util-schemas from 0.14.1 to 0.14.2 Bumps [cargo-util-schemas](https://github.com/rust-lang/cargo) from 0.14.1 to 0.14.2. - [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.14.2 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 573a58e6..443cacf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,9 +352,9 @@ dependencies = [ [[package]] name = "cargo-util-schemas" -version = "0.14.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455abfe7d7f58e523ea3998c2dd5bc71f315df661eac2bba3dd1653401218894" +checksum = "46262ca4393669799a8df4852e81672ddea46657e73294b1a846f0d5c71509ed" dependencies = [ "jiff", "semver", diff --git a/src/hyperlight_wasm_aot/Cargo.toml b/src/hyperlight_wasm_aot/Cargo.toml index ce12ff55..f780af66 100644 --- a/src/hyperlight_wasm_aot/Cargo.toml +++ b/src/hyperlight_wasm_aot/Cargo.toml @@ -19,7 +19,7 @@ wasmtime = { version = "45.0.2", default-features = false, features = ["cranelif wasmtime_lts = { package = "wasmtime", version = "36.0.11", default-features = false, features = ["cranelift", "pulley", "runtime", "component-model"] } clap = { version = "4.6", features = ["derive"] } cargo_metadata = "0.23" -cargo-util-schemas = "=0.14.1" +cargo-util-schemas = "=0.14.2" object = { version = "0.39.1", default-features = false, features = ["read_core", "elf"] } [features]