aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Cargo.lock28
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0ec61b9..b932f7a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -128,13 +128,13 @@ dependencies = [
[[package]]
name = "async-nats"
-version = "0.42.0"
+version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08f6da6d49a956424ca4e28fe93656f790d748b469eaccbc7488fec545315180"
+checksum = "351fc678084ed17ee61a56285eda9443b10452ed5ea611a35d06b28000bf07fd"
dependencies = [
"base64",
"bytes",
- "futures",
+ "futures-util",
"memchr",
"nkeys",
"nuid",
@@ -155,6 +155,7 @@ dependencies = [
"time",
"tokio",
"tokio-rustls",
+ "tokio-stream",
"tokio-util",
"tokio-websockets",
"tracing",
@@ -782,7 +783,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
dependencies = [
"libc",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -879,20 +880,6 @@ dependencies = [
]
[[package]]
-name = "futures"
-version = "0.3.31"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
-dependencies = [
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
-]
-
-[[package]]
name = "futures-channel"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -965,7 +952,6 @@ version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
dependencies = [
- "futures-channel",
"futures-core",
"futures-io",
"futures-macro",
@@ -2503,7 +2489,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -4283,7 +4269,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 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"