diff --git a/src/wasm_sandbox/Cargo.toml b/src/wasm_sandbox/Cargo.toml index 46e9b80..a6ad647 100644 --- a/src/wasm_sandbox/Cargo.toml +++ b/src/wasm_sandbox/Cargo.toml @@ -14,7 +14,7 @@ hyperlight-common.workspace = true hyperlight-component-macro.workspace = true anyhow = "1" bytes = "1" -getrandom = "0.3" +getrandom = "0.4" http = "1" http-body = "1" http-body-util = "0.1"