diff --git a/Cargo.toml b/Cargo.toml index 3492699..b116244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ regex = ["dep:regex"] std = [] [dependencies] -hashbrown = "0.15" +hashbrown = "0.16" # optional bigdecimal = { version = "0.4", optional = true, default-features = false }