cargo upgrade

This commit is contained in:
Bill Thiede 2023-05-06 07:44:48 -07:00
parent 292b80b17a
commit ed997b4ba6

View File

@ -21,9 +21,9 @@ path = "src/bin/home.rs"
[dependencies]
# Use git until ColorRGB is pub in crates
i3monkit = {git = "https://github.com/38/i3monkit"} # "0.1.2"
num_cpus = "1.0"
num_cpus = "1.15"
structopt = { version = "0.2", default-features = false }
chrono = "0.4"
chrono-tz = "0.5"
glob = "0.3.0"
thiserror = "1.0.30"
glob = "0.3.1"
thiserror = "1.0.40"