aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-09-24 11:19:31 +0200
committerGitHub <noreply@github.com>2025-09-24 11:19:31 +0200
commite20e04d4d780240a67709858dc48fecfdd56f50c (patch)
treef704649c04ab4ac1b9ec4f9b1e56d41ca57dfea0 /Cargo.toml
parent6254e2cc3a840759a698c27e845fc9ea445c35a4 (diff)
downloadwarden-e20e04d4d780240a67709858dc48fecfdd56f50c.tar.bz2
warden-e20e04d4d780240a67709858dc48fecfdd56f50c.zip
chore(deps): update rust crate async-nats to 0.43.0 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3da737b..446c152 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ description = "A rule-based fraud detection platform"
[workspace.dependencies]
anyhow = "1.0.98"
-async-nats = "0.42.0"
+async-nats = "0.43.0"
axum = "0.8.4"
bon = "3.4.0"
clap = "4.5.43"