From d2bb8e130754c1f6860014eae4b74569832e9b15 Mon Sep 17 00:00:00 2001 From: qpxdesign Date: Tue, 13 Feb 2024 12:30:08 -0500 Subject: [PATCH] 100x'ed sa speed, fixed avg request length/time display, updated readme --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fc951f..646d56e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "ngxav" -version = "0.2.5" +version = "0.2.6" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index d4b841a..7286af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngxav" -version = "0.2.5" +version = "0.2.6" edition = "2021" license = "MIT" description = "Search through NGINX logs with advanced filters and support for displaying analytics about your selected log entries" diff --git a/README.md b/README.md index 5eeb8d1..9886605 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Install -Run this command to install the package from pip: `cargo install ngxav` +Run this command to install the package from cargo: `cargo install ngxav` ### Usage