From aa974aede88cb544ba792fd985fd33eb87a34f90 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 10 Jul 2024 22:33:11 +0200 Subject: build: use ahash 0.8.11 Older versions of ahash break with Rust 1.78 https://github.com/tkaitchuck/aHash/issues/200 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 439fcae..bf82a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ required-features = ["async", "factory"] syrette_macros = { path = "./macros", version = "0.5.1" } linkme = "0.3.0" once_cell = "1.4" -ahash = "0.7.6" +ahash = "0.8.11" thiserror = "1.0.32" strum = "0.24.1" strum_macros = "0.24.3" -- cgit v1.2.3-18-g5258