From 4794d718bdcbe242624429c0c3b3b5ef5beff4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:09:37 +0000 Subject: [PATCH] chore(deps): Update hashbrown requirement in /src/code-validator/guest Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/code-validator/guest/runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code-validator/guest/runtime/Cargo.toml b/src/code-validator/guest/runtime/Cargo.toml index 078012a..655b229 100644 --- a/src/code-validator/guest/runtime/Cargo.toml +++ b/src/code-validator/guest/runtime/Cargo.toml @@ -26,7 +26,7 @@ regex-automata = { version = "0.4", default-features = false, features = ["alloc nom = { version = "8.0", default-features = false, features = ["alloc"] } spin = "0.10" rquickjs = { version = "0.11", default-features = false, features = ["bindgen", "loader"] } -hashbrown = "0.16" +hashbrown = "0.17" sha2 = { version = "0.11", default-features = false } [target.'cfg(hyperlight)'.dependencies]