aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-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",