From 5d10aa2e20a01c5d903fa96a9f9f70b7e579409c Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Mon, 19 Sep 2022 19:05:25 +0100 Subject: Upgrade dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 181a621..5868b4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,21 +1,21 @@ [package] name = "sctd" -version = "0.1.0" +version = "0.3.0" authors = ["Amir Saeid "] edition = "2018" license = "CC0-1.0" [dependencies] -chrono = "0.4.11" -spa = { git = "https://github.com/amir/spa-rs", branch = "pub-SolarPos" } -clap = "2.33.0" +chrono = "0.4" +spa = "0.3" +clap = "3.2" log = "0.4" [dependencies.env_logger] -version = "0.7.1" +version = "0.9" default_features = false features = ["humantime"] [dependencies.x11] -version = "2.18.2" +version = "2.20" features = ["xlib", "xrandr"] -- cgit v1.2.3