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"