From 4ccc72783a35d249cb5e9037964da194f5122c9a Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 28 Feb 2025 23:36:16 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ff7779..f917a54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,12 +11,12 @@ async-trait = "0.1" chrono = { version = "0.4", features = ["serde"] } console = "0.15" ctrlc = "3.4" -dirs = "5.0" +dirs = "6.0" reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_repr = "0.1" -tokio = { version = "1.42", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.43", features = ["macros", "rt-multi-thread"] } toml = "0.8" parse_duration = { path = "./parse_duration" }