From 5d2e040f00a2f9b3402c3fbf70eeec2533e49ae1 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:14:42 +0000 Subject: [PATCH] chore(deps): update rust crate ahash to 0.8 --- glommio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glommio/Cargo.toml b/glommio/Cargo.toml index 8b6c381fc..0053e9ac3 100755 --- a/glommio/Cargo.toml +++ b/glommio/Cargo.toml @@ -18,7 +18,7 @@ readme = "../README.md" rust-version = "1.70" [dependencies] -ahash = "0.7" +ahash = "0.8" backtrace = { version = "0.3" } bitflags = "2.4" bitmaps = "3.1"