diff --git a/Cargo.toml b/Cargo.toml index 36abef7..64db303 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "security_log_analysis_rust" -version = "0.10.9" +version = "0.10.10" authors = ["Daniel Boline "] edition = "2018" diff --git a/src/polars_analysis.rs b/src/polars_analysis.rs index f841246..281e45e 100644 --- a/src/polars_analysis.rs +++ b/src/polars_analysis.rs @@ -18,7 +18,7 @@ use stack_string::{format_sstr, StackString}; use std::{fs::File, path::Path}; use time::UtcOffset; -use crate::{get_md5sum, pgpool::PgPool, CountryCount, DateTimeType, Host, Service}; +use crate::{pgpool::PgPool, CountryCount, DateTimeType, Host, Service}; fn stackstring_to_series(col: &[StackString]) -> Vec<&str> { col.iter().map(StackString::as_str).collect()