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]