From dfce57c7f8d6505853fb27901cbc91eb9e55cff4 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 7 Oct 2025 21:35:01 +0200 Subject: [PATCH] Remove unused `blake3` dependency (#39677) Did not found any code reference or direct dependants of this package in the workspace. Release Notes: - N/A --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bcde70b55f4bbc99fdafaddc057f571efa5abce..da7a892515d683ee3be675fd347e53f60c1a920d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -476,7 +476,6 @@ bitflags = "2.6.0" blade-graphics = { version = "0.7.0" } blade-macros = { version = "0.3.0" } blade-util = { version = "0.3.0" } -blake3 = "1.5.3" bytes = "1.0" cargo_metadata = "0.19" cargo_toml = "0.21"