From ed997b4ba67ff104d11007d918f600f943ff3040 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 6 May 2023 07:44:48 -0700 Subject: [PATCH] cargo upgrade --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"