From 2c93c0ab5b248d6370dfc47eff0e7c54a6e1e1b2 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:30:29 -0500 Subject: [PATCH] deps: use ahash as the default cached hasher --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 773eb34d4..b5d96b441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,6 +78,7 @@ bytemuck = { version = "1.20", features = [ byteorder = "1.5" bytes = "1" cached = { version = "0.54", features = [ + "ahash", "disk_store", "redis_ahash", ], optional = true }