From a54d4e6e63bf9f1552684611243ee3336f33bb08 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 04:08:28 +0000 Subject: [PATCH] Update Rust crate usdt to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d0be64380..275010a540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -399,7 +399,7 @@ tufaceous-lib = { path = "tufaceous-lib" } unicode-width = "0.1.11" update-common = { path = "update-common" } update-engine = { path = "update-engine" } -usdt = "0.3" +usdt = "0.4" uuid = { version = "1.6.1", features = ["serde", "v4"] } walkdir = "2.4" wicket = { path = "wicket" }