Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Nov 24, 2024
1 parent a494f71 commit 31e033c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security_log_analysis_rust"
version = "0.12.0"
version = "0.12.1"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -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"
Expand Down

0 comments on commit 31e033c

Please sign in to comment.