From bdc82f32849f846705745f2ffdf3627aa7295cae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 04:29:57 +0000 Subject: [PATCH] Update Rust crate ahash to 0.8.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3954896b..5c0485ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ actix-files = "0.6.5" actix-http = "3.6.0" actix-service = "2.0.2" actix-web = "4.5.1" -ahash = { version = "0.8.8", features = ["std", "serde", "runtime-rng"] } +ahash = { version = "0.8.9", features = ["std", "serde", "runtime-rng"] } chrono = { version = "0.4.34", features = ["alloc", "std", "clock", "serde", "unstable-locales"] } clap = { version = "4.5.1", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] }