diff --git a/Cargo.toml b/Cargo.toml index 4e8370c..be907f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,9 @@ anyhow = "1.0.68" chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.0.30", features = ["help", "usage", "error-context", "derive"] } confy = { version = "0.5.1", default_features = false, features = ["yaml_conf"] } -crossterm = "0.25.0" +crossterm = "0.26.1" derivative = "2.2.0" -indoc = "1.0.8" +indoc = "2.0.0" log = "0.4.17" log4rs = { version = "1.2.0", features = ["file_appender"] } regex = "1.7.1" diff --git a/Makefile b/Makefile index e68641d..e74b390 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ lint-fix: fmt: @cargo fmt -## Analyse for unsafe usage - `cargo install cargo-geiger` -analyse: +## Analyze for unsafe usage - `cargo install cargo-geiger` +analyze: @cargo geiger release: