diff --git a/Cargo.lock b/Cargo.lock index 298e868..f5e320f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3456,9 +3456,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.26.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", "getrandom 0.4.1", diff --git a/src/hyperlight-js-runtime/Cargo.toml b/src/hyperlight-js-runtime/Cargo.toml index 70f4f8e..0b22909 100644 --- a/src/hyperlight-js-runtime/Cargo.toml +++ b/src/hyperlight-js-runtime/Cargo.toml @@ -40,7 +40,7 @@ clap = { version = "4.5", features = ["derive"] } [target.'cfg(not(hyperlight))'.dev-dependencies] escargot = "0.5" -tempfile = "3.26" +tempfile = "3.27" [build-dependencies] bindgen = "0.72" diff --git a/src/hyperlight-js/Cargo.toml b/src/hyperlight-js/Cargo.toml index 6ab9e98..8cef5ef 100644 --- a/src/hyperlight-js/Cargo.toml +++ b/src/hyperlight-js/Cargo.toml @@ -59,7 +59,7 @@ opentelemetry-semantic-conventions = "0.31" plotters = { version = "0.3.5", default-features = false, features = ["svg_backend"] } rand = "0.10.0" serde_json = { version = "1.0" } -tempfile = "3.26" +tempfile = "3.27" tracing-forest = { version = "0.3.1", features = ["full"] } tracing-opentelemetry = "0.32.1" tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]}