diff --git a/Cargo.toml b/Cargo.toml index 43eb08a..c252bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ members = [ [package] name = "rusty_hogs" -version = "1.0.11" +version = "1.0.12" authors = ["Scott Cutler "] -edition = "2021" +edition = "2024" description = "This project provides a set of scanners that will use regular expressions to try and detect the presence of sensitive information such as API keys, passwords, and personal information. It includes a set of regular expressions by default, but will also accept a JSON object containing your custom regular expressions." homepage = "https://github.com/newrelic/rusty-hog" keywords = ["secret", "scanner", "regex", "rusty", "hog"] diff --git a/src/bin/ankamali_hog.rs b/src/bin/ankamali_hog.rs index 2e2ec2b..68ac7bf 100644 --- a/src/bin/ankamali_hog.rs +++ b/src/bin/ankamali_hog.rs @@ -42,7 +42,7 @@ use std::path::Path; #[tokio::main] async fn main() { let matches = Command::new("ankamali_hog") - .version("1.0.11") + .version("1.0.12") .author("Scott Cutler ") .about("Google Drive secret scanner in Rust.") .arg(