From 919a6a7d7fcbb47fd99badc58fb47b4f60f0a0c7 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:58:51 +0000 Subject: [PATCH] chore(deps): update rust crate rustc-hash to v2 --- libdd-profiling/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdd-profiling/Cargo.toml b/libdd-profiling/Cargo.toml index 2db00d782c..14b53c431d 100644 --- a/libdd-profiling/Cargo.toml +++ b/libdd-profiling/Cargo.toml @@ -55,7 +55,7 @@ rand = "0.8" # or corruption when the process forks (e.g., in PHP-FPM or other forking environments). reqwest = { version = "0.13", features = ["multipart", "rustls", "hickory-dns"], default-features = false} rustls-platform-verifier = "0.6" -rustc-hash = { version = "1.1", default-features = false } +rustc-hash = { version = "2.0", default-features = false } serde = {version = "1.0", features = ["derive"]} serde_json = {version = "1.0"} target-triple = "0.1.4"