diff --git a/Cargo.lock b/Cargo.lock index 3b98824..1db5418 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,9 +310,9 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cargo-hyperlight" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f553259dba0c729c7e644d2529c34f4289e984e565f6d188a9b8aa1a4b8ba3" +checksum = "f745c885e25dbf258ac37804773e60fbb7fce9b46c1db020760131d3faffe35c" dependencies = [ "anyhow", "console", diff --git a/src/hyperlight-js/Cargo.toml b/src/hyperlight-js/Cargo.toml index f5676f2..398ac4d 100644 --- a/src/hyperlight-js/Cargo.toml +++ b/src/hyperlight-js/Cargo.toml @@ -35,7 +35,7 @@ libc = { version = "0.2", optional = true } windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_Registry", "Win32_System_WindowsProgramming"], optional = true } [build-dependencies] -cargo-hyperlight = "0.1.7" +cargo-hyperlight = "0.1.8" serde_json = { version = "1.0" } serde = { version = "1.0", features = ["derive"] }