From 1be1967d6fcb725217b5a39b3f0fd05abfb55e5c Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sun, 13 Nov 2022 03:22:10 +0100 Subject: [PATCH] Release v0.24.3 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- sn0int-std/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ff5c23..7ed27d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4135,7 +4135,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "sn0int" -version = "0.24.2" +version = "0.24.3" dependencies = [ "atty", "base64 0.13.1", @@ -4240,7 +4240,7 @@ dependencies = [ [[package]] name = "sn0int-std" -version = "0.24.2" +version = "0.24.3" dependencies = [ "base64 0.13.1", "blake2 0.10.5", diff --git a/Cargo.toml b/Cargo.toml index 8b509c2..1817192 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn0int" -version = "0.24.2" +version = "0.24.3" description = "Semi-automatic OSINT framework and package manager" authors = ["kpcyrd "] license = "GPL-3.0" @@ -33,7 +33,7 @@ sqlite-bundled = ["libsqlite3-sys/bundled"] [dependencies] sn0int-common = { version="0.13.0", path="sn0int-common" } -sn0int-std = { version="=0.24.2", path="sn0int-std" } +sn0int-std = { version="=0.24.3", path="sn0int-std" } rustyline = "10.0" log = "0.4" env_logger = "0.9" diff --git a/sn0int-std/Cargo.toml b/sn0int-std/Cargo.toml index 3aa6d85..3d88226 100644 --- a/sn0int-std/Cargo.toml +++ b/sn0int-std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn0int-std" -version = "0.24.2" +version = "0.24.3" description = "sn0int - stdlib" authors = ["kpcyrd "] repository = "https://github.com/kpcyrd/sn0int"