diff --git a/Cargo.toml b/Cargo.toml index 4466524..f1dedc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"