From fbd0cdce2c92a385207f25cf94af03925d1b964c Mon Sep 17 00:00:00 2001 From: zeldan Date: Tue, 5 Nov 2024 23:32:56 +0100 Subject: [PATCH] feat: update dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f812007..ffb2d72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,17 +4,17 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.92" chrono = "0.4.38" chrono-tz = "0.10.0" -clap = { version = "4.5.4", features = ["derive"] } +clap = { version = "4.5.20", features = ["derive"] } comfy-table = "7.1.1" dirs = "5.0.1" google-calendar3 = "6.0.0" -tokio = { version = "1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] } [dependencies.uuid] -version = "1.9.1" +version = "1.11.0" features = [ "v4", # Lets you generate random UUIDs "fast-rng", # Use a faster (but still sufficiently random) RNG