Skip to content

Commit 641bc06

Browse files
Bump hashbrown from 0.16.1 to 0.17.0 (#105)
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.16.1 to 0.17.0. - [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.1...v0.17.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05d3186 commit 641bc06

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Cargo.lock

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight-js-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test = false
1919
anyhow = { version = "1.0", default-features = false }
2020
base64 = {version = "0.22", default-features = false, features = ["alloc"] }
2121
fn-traits = "0.2.0"
22-
hashbrown = { version = "0.16", features = ["serde"] }
22+
hashbrown = { version = "0.17", features = ["serde"] }
2323
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
2424
hmac = { version = "0.12" , default-features = false, features = ["reset"]}
2525
rquickjs = { version = "0.11", default-features = false, features = ["bindgen", "futures", "macro", "loader"] }

0 commit comments

Comments
 (0)