aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAmir M. Saeid <amir@glgdgt.com>2022-09-19 19:07:14 +0100
committerGitHub <noreply@github.com>2022-09-19 19:07:14 +0100
commit118e4ca4e3e30f14941f5d2bcc7275b2a8733f13 (patch)
tree12479fd0b905b1d789971595545d88f1e1aa70e3 /Cargo.toml
parent8d8d2a33a91ba12a4ab5445fed72dc49fa8fccf4 (diff)
parentbc63a2c4056c88eb1a8cb29a3ba0b7043af1248c (diff)
Merge pull request #4 from amir/upgrade-dependencies
Upgrade dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
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 <amir@glgdgt.com>"]
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"]