diff --git a/Cargo.lock b/Cargo.lock index acdf3e5..cefccca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "ahash" -version = "0.8.7" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" +checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f" dependencies = [ "cfg-if", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 293c0a7..8d89d35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ warp-real-ip = "0.2.0" parse-display = "0.9.0" percent-encoding = "2.3.1" rand = { version = "0.8.5", features = ["small_rng"] } -ahash = "0.8.6" +ahash = "0.8.9" flexi_logger = { version = "0.27.2", features = ["colors", "is-terminal"] } tokio-stream = { version = "0.1.14", features = ["net"] } derivative = "2.2.0"