From fb65fb52e324452b353a06f129cf44ac3bcadd91 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 00:47:13 +0000 Subject: [PATCH] chore(deps): update rust Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8dec00aa8..975c4d6e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,11 +31,11 @@ inherits = "release" lto = "yes" [workspace.dependencies] -anstream = "0.6" +anstream = "1.0" anyhow = "1.0.82" camino = "1.1.6" canon-json = "0.2.1" -cap-std-ext = "4.0.3" +cap-std-ext = "5.0.0" cfg-if = "1.0" chrono = { version = "0.4.38", default-features = false } clap = "4.5.4" @@ -72,7 +72,7 @@ tempfile = "3.10.1" thiserror = "2.0.11" tokio = ">= 1.37.0" tokio-util = { features = ["io-util"], version = "0.7.10" } -toml = "0.9.5" +toml = "1.0.0" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tracing-journald = "0.3.1"