diff --git a/Cargo.lock b/Cargo.lock index aeaeee354..9f7688040 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5387,7 +5387,7 @@ dependencies = [ "tempfile", "thiserror 1.0.64", "tokio", - "usdt 0.5.0", + "usdt 0.6.0", "uuid", "viona_api", "zerocopy 0.8.27", @@ -5569,7 +5569,7 @@ dependencies = [ "tokio-tungstenite", "tokio-util", "toml 0.7.8", - "usdt 0.5.0", + "usdt 0.6.0", "uuid", ] diff --git a/Cargo.toml b/Cargo.toml index f438d79ae..ae6b078d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -175,7 +175,7 @@ tracing = "0.1.35" tracing-appender = "0.2.2" tracing-bunyan-formatter = "0.3.3" tracing-subscriber = "0.3.14" -usdt = { version = "0.5", default-features = false } +usdt = { version = "0.6", default-features = false } uuid = "1.3.2" zerocopy = "0.8.25"