Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed May 12, 2024
1 parent 347c748 commit a489605
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.11.7"
version = "0.11.8"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -14,15 +14,15 @@ Analyze Auth Logs."""

[dependencies]
anyhow = "1.0"
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.13"}
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.14"}
aws-config = {version="1.0", features=["behavior-version-latest"]}
aws-sdk-s3 = "1.1"
aws-sdk-ses = "1.1"
bytes = "1.0"
cached = {version="0.50", features=["async", "async_tokio_rt_multi_thread"]}
cached = {version="0.51", features=["async", "async_tokio_rt_multi_thread"]}
chrono = "0.4"
clap = {version="4.0", features=["derive"]}
deadpool = {version = "0.11", features=["serde", "rt_tokio_1"]}
deadpool = {version = "0.12", features=["serde", "rt_tokio_1"]}
deadpool-postgres = {version="0.13", features=["serde"]}
deadqueue = "0.2"
derive_more = "0.99"
Expand Down

0 comments on commit a489605

Please sign in to comment.