From ed049498b715504c4aea81b0006dc215d912ba3b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 26 May 2026 18:02:26 +0200 Subject: build(treewide): Update --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 71b3da2..a93cdc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,12 +37,12 @@ uu_fmt = { path = "./crates/fmt" } colors = { path = "./crates/colors" } # Shared -pyo3 = { version = "0.27.1", features = ["macros"], default-features = false } -log = { version = "0.4.28", features = ["kv"] } +pyo3 = { version = "0.28.3", features = ["macros"], default-features = false } +log = { version = "0.4.30", features = ["kv"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.145" -url = { version = "2.5.7", features = ["serde"] } -tokio = { version = "1.48.0", features = [ +serde_json = "1.0.150" +url = { version = "2.5.8", features = ["serde"] } +tokio = { version = "1.52.3", features = [ "rt-multi-thread", "macros", "process", -- cgit v1.3.1