diff --git a/Cargo.lock b/Cargo.lock index 29ba836c..6198bd78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,9 +295,9 @@ dependencies = [ [[package]] name = "cargo-hyperlight" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc254da43b84f3cfb3cd06b7ed1c17500779867a662cd8d50408f26ea7d4530" +checksum = "83f553259dba0c729c7e644d2529c34f4289e984e565f6d188a9b8aa1a4b8ba3" dependencies = [ "anyhow", "console", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index ef53fed6..33d9253d 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -101,7 +101,7 @@ built = { version = "0.8.0", features = ["chrono", "git2"] } anyhow = { version = "1.0" } goblin = "0.10.5" tar = "0.4.44" -cargo-hyperlight = "0.1.6" +cargo-hyperlight = "0.1.7" [target.'cfg(windows)'.build-dependencies] junction = "1"