diff --git a/Cargo.lock b/Cargo.lock index 10d4ccab..0b100cec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2105,7 +2105,7 @@ dependencies = [ [[package]] name = "sn0int" -version = "0.5.1" +version = "0.5.2" dependencies = [ "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "boxxy 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0f9daec7..430c3367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn0int" -version = "0.5.1" +version = "0.5.2" description = "OSINT framework and package manager" authors = ["kpcyrd "] license = "GPL-3.0"