aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-11-16 21:46:03 +0200
committerGitHub <noreply@github.com>2025-11-16 21:46:03 +0200
commit9c1e4e06c196ce78165b90f707b26bf127e5c73e (patch)
treee0352bdf0dbf2bebdddb02c43cce0630600c27ae
parent74c832ecffad8dee0fa4e58ed8950a4cc17ccb4d (diff)
downloadwarden-9c1e4e06c196ce78165b90f707b26bf127e5c73e.tar.bz2
warden-9c1e4e06c196ce78165b90f707b26bf127e5c73e.zip
chore(deps): update rust crate async-nats to 0.45.0 (#85)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml2
2 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6a06658..dd233c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -119,9 +119,9 @@ dependencies = [
[[package]]
name = "async-nats"
-version = "0.44.2"
+version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f834a80c3ab6109b9c8f5ca6661a578cf31e088e831b6ce07c6b23cca04f6742"
+checksum = "86dde77d8a733a9dbaf865a9eb65c72e09c88f3d14d3dd0d2aecf511920ee4fe"
dependencies = [
"base64",
"bytes",
@@ -757,7 +757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
dependencies = [
"libc",
- "windows-sys 0.52.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -1167,7 +1167,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
- "socket2 0.5.10",
+ "socket2 0.6.0",
"tokio",
"tower-service",
"tracing",
@@ -2113,7 +2113,7 @@ dependencies = [
"once_cell",
"socket2 0.5.10",
"tracing",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
]
[[package]]
@@ -2432,7 +2432,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
- "windows-sys 0.52.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -3089,7 +3089,7 @@ dependencies = [
"getrandom 0.3.3",
"once_cell",
"rustix",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
]
[[package]]
@@ -4185,7 +4185,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
- "windows-sys 0.48.0",
+ "windows-sys 0.59.0",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index eab595d..a928873 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.44.0"
+async-nats = "0.45.0"
axum = "0.8.4"
bon = "3.4.0"
clap = "4.5.43"