diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 7d5bfbaf10..5ed91cc456 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -53,7 +53,7 @@ serde_json = { workspace = true } # "stdlib" bytes = { workspace = true } chrono = { workspace = true, default-features = false, features = ["clock"] } -hashbrown = "0.14.3" +hashbrown = "0.15.1" regex = { workspace = true } thiserror = { workspace = true } uuid = { workspace = true, features = ["serde", "v4"] }