Switched from rustc-hash with ahash

This commit is contained in:
2023-09-04 21:25:43 +03:00
parent 072596a797
commit 3819f68b15
3 changed files with 143 additions and 172 deletions

View File

@@ -12,6 +12,7 @@ strip = true
members = [".", "migration", "entity", "cryptography"]
[dependencies]
ahash = "0.8.3"
anyhow = "1"
arrayvec = "0.7"
base64 = "0.21"
@@ -25,7 +26,6 @@ log = "0.4"
migration = { version = "0.2", path = "migration" }
parking_lot = "0.12"
pretty_env_logger = "0.5"
rustc-hash = "1"
sea-orm = { version = "0.12", features = [
"sqlx-mysql",
"runtime-tokio-rustls",