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"