update to version 1.6.4 #11

Merged
paulbsd merged 1 commits from develop into master 2023-11-27 13:49:43 +01:00
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -547,7 +547,7 @@ dependencies = [
[[package]] [[package]]
name = "ipblc" name = "ipblc"
version = "1.6.3" version = "1.6.4"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ipblc" name = "ipblc"
version = "1.6.3" version = "1.6.4"
edition = "2021" edition = "2021"
authors = ["PaulBSD <paul@paulbsd.com>"] authors = ["PaulBSD <paul@paulbsd.com>"]
description = "ipblc is a tool that search and send attacking ip addresses to ipbl" description = "ipblc is a tool that search and send attacking ip addresses to ipbl"