From b17d7fe27a68c0ea93fb0d6e5b81fe3c166dcee0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 16 Nov 2024 14:16:39 +0100 Subject: build(treewide): Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 28f3190..1205013 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,10 +35,10 @@ libmpv2 = { path = "./crates/libmpv2" } # Shared log = "0.4.22" -serde = { version = "1.0.214", features = ["derive"] } +serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.132" url = { version = "2.5.3", features = ["serde"] } -tokio = { version = "1.41.0", features = [ +tokio = { version = "1.41.1", features = [ "rt-multi-thread", "macros", "process", -- cgit 1.4.1