Skip to content

Commit 9029f92

Browse files
build(deps): bump hashbrown from 0.15.2 to 0.16.0 (nushell#16572)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f12a91 commit 9029f92

File tree

2 files changed

+38
-19
lines changed

2 files changed

+38
-19
lines changed

Cargo.lock

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

crates/nu_plugin_polars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ log.workspace = true
4545
uuid = { version = "1.16", features = ["v4", "serde"] }
4646

4747
# Do to a compile error with polars, this included to force the raw dependency
48-
hashbrown = { version = "0.15", features = ["rayon", "serde"] }
48+
hashbrown = { version = "0.16", features = ["rayon", "serde"] }
4949

5050
# Cloud support
5151
aws-config = { version = "1.5", features = ["sso"] }

0 commit comments

Comments
 (0)