diff --git a/Cargo.lock b/Cargo.lock index 47e10f7..3973169 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,9 +277,9 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cargo-hyperlight" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8db26640559cfddd11806fcf29e3103590b625d6f80878f6bfe4874f6e2509b1" +checksum = "10403a533b710c022e3a60ec18facb11adb2b4bfa05260b989b373198856c5ae" dependencies = [ "anyhow", "clap", diff --git a/src/hyperlight-js/Cargo.toml b/src/hyperlight-js/Cargo.toml index e1c528b..1cb49a4 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.9" +cargo-hyperlight = "0.1.10" serde_json = { version = "1.0" } serde = { version = "1.0", features = ["derive"] }