Skip to content

Commit f5f7ccc

Browse files
dependabot[bot]ion-elgreco
authored andcommitted
chore(deps): update hashbrown requirement from 0.14.3 to 0.15.2
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/commits) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d533fc commit f5f7ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ serde_json = { workspace = true }
5353
# "stdlib"
5454
bytes = { workspace = true }
5555
chrono = { workspace = true, default-features = false, features = ["clock"] }
56-
hashbrown = "0.14.3"
56+
hashbrown = "0.15.2"
5757
regex = { workspace = true }
5858
thiserror = { workspace = true }
5959
uuid = { workspace = true, features = ["serde", "v4"] }

0 commit comments

Comments
 (0)