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-03-21 19:33:49 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-21 19:33:49 +0100
commit47754f54b978e7ed66ccd29c866fabe28607997e (patch)
treef34e3f0935c10aa7614fd73d37bad72701aa7ea3 /Cargo.toml
parentfeat(yt/storage/videos): Validate in DB, that is_focused is UNIQUE (diff)
downloadyt-47754f54b978e7ed66ccd29c866fabe28607997e.zip
build(treewide): Update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 25b3489..4eea60a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,10 +38,10 @@ uu_fmt = { path = "./crates/fmt" }
 
 # Shared
 log = "0.4.26"
-serde = { version = "1.0.218", features = ["derive"] }
-serde_json = "1.0.139"
+serde = { version = "1.0.219", features = ["derive"] }
+serde_json = "1.0.140"
 url = { version = "2.5.4", features = ["serde"] }
-tokio = { version = "1.43.0", features = [
+tokio = { version = "1.44.1", features = [
   "rt-multi-thread",
   "macros",
   "process",