From e796d7d4f976943ca08a861b8de84a59543ac4e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:40:45 +0200 Subject: [PATCH] chore(deps): update rust crate rustc-hash to v2 (#725) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f02df06e..6dc6e5944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ futures-util = "0.3.30" futures-task = "0.3.30" tracing = "0.1" tracing-subscriber = "0.3.17" -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" [dev-dependencies] skia-safe = { workspace = true }