diff --git a/libdd-profiling/Cargo.toml b/libdd-profiling/Cargo.toml index 2db00d782c..fcb4888b7b 100644 --- a/libdd-profiling/Cargo.toml +++ b/libdd-profiling/Cargo.toml @@ -58,7 +58,7 @@ rustls-platform-verifier = "0.6" rustc-hash = { version = "1.1", default-features = false } serde = {version = "1.0", features = ["derive"]} serde_json = {version = "1.0"} -target-triple = "0.1.4" +target-triple = "1.0.0" thiserror = "2" tokio = {version = "1.23", features = ["rt", "macros", "net", "io-util", "fs"]} tokio-util = { version = "0.7.1", default-features = false }