diff --git a/Cargo.lock b/Cargo.lock index 98ab102..4b0d9cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,17 +332,18 @@ dependencies = [ [[package]] name = "cargo-util-schemas" -version = "0.10.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549c00f5bb23fdaf26135d747d7530563402a101f1887a5a1916afe2c09cf229" +checksum = "74b5c24ba23f6d05b6cb15946d08bb6dd61b96ae920f17b33b17d4e7b1e76555" dependencies = [ + "jiff", "semver", "serde", "serde-untagged", "serde-value", "thiserror 2.0.18", "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 629d023..bcc1f7c 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.6", 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.12.0" object = { version = "0.38.1", default-features = false, features = ["read_core", "elf"] } [features]