From a35412f75bf1ec1d06e5c4079f4535945e5f9df3 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 03:12:28 +0000 Subject: [PATCH] Update Rust crate usdt to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a646a0..9736283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ tabwriter = { version = "1", features = ["ansi_formatting"] } thiserror = "1.0" tokio = "1.37" toml = "0.8" -usdt = "0.5" +usdt = "0.6" uuid = { version = "1.10", features = [ "v4", "serde" ] } internet-checksum = "0.2"