aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-26 18:02:26 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-26 18:02:26 +0200
commited049498b715504c4aea81b0006dc215d912ba3b (patch)
tree2cbda5f7a707b93bf022a2adaa2bc261d4e3ec28 /Cargo.toml
parentbuild(tree-sitter-yts): Reduce bindings and update to latest tree-sitter version (diff)
downloadyt-ed049498b715504c4aea81b0006dc215d912ba3b.zip
build(treewide): Update
Diffstat (limited to '')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
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",