aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-14 23:39:28 +0200
committerGitHub <noreply@github.com>2025-10-14 23:39:28 +0200
commit2460f70925dfd0227342267026a3c55618b07bb6 (patch)
treefcfecb40719643e41c4e1a30dec54440eba96166 /Cargo.toml
parent7659d5a766e66593a08837d2a1156d7c2f933c87 (diff)
downloadwarden-2460f70925dfd0227342267026a3c55618b07bb6.tar.bz2
warden-2460f70925dfd0227342267026a3c55618b07bb6.zip
chore(deps): update rust crate async-nats to 0.44.0 (#55)
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 446c152..43fb644 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.43.0"
+async-nats = "0.44.0"
axum = "0.8.4"
bon = "3.4.0"
clap = "4.5.43"