Skip to content

Commit 4823b31

Browse files
chore(deps): Update hashbrown requirement in /src/code-validator/guest (#48)
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](rust-lang/hashbrown@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d246ff7 commit 4823b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code-validator/guest/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ regex-automata = { version = "0.4", default-features = false, features = ["alloc
2626
nom = { version = "8.0", default-features = false, features = ["alloc"] }
2727
spin = "0.10"
2828
rquickjs = { version = "0.11", default-features = false, features = ["bindgen", "loader"] }
29-
hashbrown = "0.16"
29+
hashbrown = "0.17"
3030
sha2 = { version = "0.11", default-features = false }
3131

3232
[target.'cfg(hyperlight)'.dependencies]

0 commit comments

Comments
 (0)