diff --git a/Cargo.lock b/Cargo.lock index 7b1f36e..ff5fffa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,7 +655,7 @@ dependencies = [ [[package]] name = "ngxav" -version = "0.4.5" +version = "0.4.6" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 68ce623..3b74257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = [ "tests","tests/obfuscate_access_log_ips"] } [package] name = "ngxav" -version = "0.4.5" +version = "0.4.6" edition = "2021" license = "MIT" description = "Search through NGINX logs with advanced filters and support for displaying analytics about your selected log entries"