diff --git a/Cargo.toml b/Cargo.toml index df318dd8..2fce9c3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" wee-alloc = ["wee_alloc"] [dependencies] -hashbrown = "0.9" +hashbrown = "^0.11.2" log = "0.4" wee_alloc = { version = "0.4", optional = true }