diff --git a/Cargo.lock b/Cargo.lock index 2e78dd0a..66602beb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2598,7 +2598,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sn0int" -version = "0.11.1" +version = "0.11.2" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2efdeab4..edae0a2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn0int" -version = "0.11.1" +version = "0.11.2" description = "Semi-automatic OSINT framework and package manager" authors = ["kpcyrd "] license = "GPL-3.0"