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]