From 83277640376445e16f54351ff60236156bdd3f4c Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 05:35:31 +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 54db531d069..a923b4b5b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -396,7 +396,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" }