From 2460f70925dfd0227342267026a3c55618b07bb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 23:39:28 +0200 Subject: chore(deps): update rust crate async-nats to 0.44.0 (#55) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0eff2a..6d4a614 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,9 +128,9 @@ dependencies = [ [[package]] name = "async-nats" -version = "0.43.0" +version = "0.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "351fc678084ed17ee61a56285eda9443b10452ed5ea611a35d06b28000bf07fd" +checksum = "f834a80c3ab6109b9c8f5ca6661a578cf31e088e831b6ce07c6b23cca04f6742" dependencies = [ "base64", "bytes", 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" -- cgit v1.2.3