From 938b4f1b11dce643942d5e6cd505b206319709a2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 14 Feb 2025 16:00:20 +0100 Subject: build(treewide): Update --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 173213d..3909237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,11 +34,11 @@ bytes = { path = "./crates/bytes" } libmpv2 = { path = "./crates/libmpv2" } # Shared -log = "0.4.22" -serde = { version = "1.0.216", features = ["derive"] } -serde_json = "1.0.133" +log = "0.4.25" +serde = { version = "1.0.217", features = ["derive"] } +serde_json = "1.0.138" url = { version = "2.5.4", features = ["serde"] } -tokio = { version = "1.42.0", features = [ +tokio = { version = "1.43.0", features = [ "rt-multi-thread", "macros", "process", -- cgit 1.4.1