From 31e033cb145fd2df32a9e131671518cf591ddb3d Mon Sep 17 00:00:00 2001 From: Daniel Boline Date: Sun, 24 Nov 2024 16:16:51 -0500 Subject: [PATCH] version bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24d4505..2fbd44a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "security_log_analysis_rust" -version = "0.12.0" +version = "0.12.1" authors = ["Daniel Boline "] edition = "2018" @@ -14,7 +14,7 @@ Analyze Auth Logs.""" [dependencies] anyhow = "1.0" -authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"} +authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.1"} aws-config = {version="1.0", features=["behavior-version-latest"]} aws-sdk-s3 = "1.1" aws-sdk-ses = "1.1"