about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:16:19 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:16:19 +0100
commit668bcef7684093859f0d8931f89cd015260d99ee (patch)
tree8f6754380afe23f43f97b3317789ab143ed38674 /Cargo.toml
parentbuild(update.sh): Also work, when the cwd directory changed (diff)
downloadyt-668bcef7684093859f0d8931f89cd015260d99ee.zip
build(treewide): Update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7128bec..b4252d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,12 +37,12 @@ uu_fmt = { path = "./crates/fmt" }
 colors = { path = "./crates/colors" }
 
 # Shared
-pyo3 = { version = "0.25.1", features = ["macros"], default-features = false }
-log = { version = "0.4.27", features = ["kv"] }
-serde = { version = "1.0.219", features = ["derive"] }
-serde_json = "1.0.140"
-url = { version = "2.5.4", features = ["serde"] }
-tokio = { version = "1.46.1", features = [
+pyo3 = { version = "0.27.1", features = ["macros"], default-features = false }
+log = { version = "0.4.28", 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 = [
   "rt-multi-thread",
   "macros",
   "process",