Upgrade ahash from version 0.7.6 to 0.8

This commit is contained in:
Joakim Frostegård 2022-09-18 14:09:20 +02:00
parent 38c7c51689
commit 5f7e9f20f3
2 changed files with 17 additions and 5 deletions

View file

@ -17,7 +17,7 @@ rustls = ["dep:rustls", "rustls-pemfile"]
[dependencies]
aquatic_toml_config = { version = "0.2.0", path = "../aquatic_toml_config" }
ahash = "0.7"
ahash = "0.8"
anyhow = "1"
arc-swap = "1"
duplicate = "0.4"