diff --git a/src/code-validator/guest/host/Cargo.toml b/src/code-validator/guest/host/Cargo.toml index e374b94..43836be 100644 --- a/src/code-validator/guest/host/Cargo.toml +++ b/src/code-validator/guest/host/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] hyperlight-host = { workspace = true } napi = { version = "2", features = ["async", "napi6"] } -napi-derive = "2" +napi-derive = "3" sha2 = "0.11" hex = "0.4" base64 = "0.22"