From 83dee6c58df5167fa05278ab3fb6d3b85a86a167 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:22 +0000 Subject: [PATCH] Update Rust crate toml to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a646a0..b0fd0fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ syn = { version = "2.0", features = ["extra-traits"]} tabwriter = { version = "1", features = ["ansi_formatting"] } thiserror = "1.0" tokio = "1.37" -toml = "0.8" +toml = "0.9" usdt = "0.5" uuid = { version = "1.10", features = [ "v4", "serde" ] } internet-checksum = "0.2"