From 41780fcbddf210f6093f71fbd32c28a1012a4f50 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sun, 29 Jun 2025 19:11:50 +0100 Subject: Upgrade all dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2491717..572453f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,24 +1,24 @@ [package] name = "sctd" -version = "0.3.0" +version = "0.4.0" authors = ["Amir Saeid "] edition = "2018" license = "CC0-1.0" [dependencies] chrono = "0.4" -spa = "0.3" -clap = "3.2" +spa = "0.5" +clap = "4.5" log = "0.4" [dependencies.env_logger] -version = "0.9" +version = "0.11" default-features = false features = ["humantime"] [target.'cfg(target_os = "linux")'.dependencies.x11] -version = "2.20" +version = "2.21" features = ["xlib", "xrandr"] [target.'cfg(target_os = "macos")'.dependencies] -core-graphics = "0.23" +core-graphics = "0.25" -- cgit v1.2.3