From aba6040424df58aefe25dbb5818c1f497ea9e833 Mon Sep 17 00:00:00 2001 From: Shuzhengz Date: Thu, 26 May 2022 08:41:07 -0700 Subject: [PATCH] update to 0.3.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef672d7f..a7403ac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["clockspeed", "cpu", "battery"] authors = ["jakeroggenbuck ", "shuzhengz "] [dependencies] -structopt = { version = "0.3", default-features = false } +structopt = { version = "0.3.26", default-features = false } termion = "1.5.3" nix = "0.15.0" chrono = "0.4"