diff --git a/Cargo.lock b/Cargo.lock index 8ef2c83..3f94303 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1631,7 +1631,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "spin 0.11.0", + "spin 0.12.0", "tempfile", "tracing", ] @@ -3451,9 +3451,9 @@ dependencies = [ [[package]] name = "spin" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "783f3f6f6b01e295a669edfc402133a5f2553d1f0e81284b3ba4594e80bdd4a2" +checksum = "1527984ca054dfca79333baec451042863f485fbee01b7bf6d911de915cac865" dependencies = [ "lock_api", ] diff --git a/src/hyperlight-js-runtime/Cargo.toml b/src/hyperlight-js-runtime/Cargo.toml index 40fe7c3..62f1305 100644 --- a/src/hyperlight-js-runtime/Cargo.toml +++ b/src/hyperlight-js-runtime/Cargo.toml @@ -26,7 +26,7 @@ rquickjs = { version = "0.11", default-features = false, features = ["bindgen", serde = { version = "1.0.228", default-features = false, features = ["derive", "alloc"] } serde_json = { version = "1.0.149", default-features = false, features = ["alloc"] } sha2 = { version = "0.10" , default-features = false, features = ["force-soft"]} -spin = "0.11" +spin = "0.12" tracing = { version = "0.1.44", default-features = false, features = ["log","attributes","max_level_trace"] } [target.'cfg(hyperlight)'.dependencies]