From 822f3ea73392d478d2b12d035fc74c481daa5c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:45:23 +0000 Subject: [PATCH] Update getrandom requirement in /src/sdk/python/wasm_backend Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.3.0...v0.4.2) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/wasm_sandbox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"