From b17689f91c754825a7160fb168bb0242b1ae23de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 18:00:07 +0000 Subject: [PATCH] Update Rust crate async-nats to 0.44.0 --- Cargo.lock | 58 ++---------------------------------------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 57 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cb5892..c337bdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,42 +67,6 @@ version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" -[[package]] -name = "async-nats" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f6da6d49a956424ca4e28fe93656f790d748b469eaccbc7488fec545315180" -dependencies = [ - "base64", - "bytes", - "futures", - "memchr", - "nkeys", - "nuid", - "once_cell", - "pin-project", - "portable-atomic", - "rand 0.8.5", - "regex", - "ring", - "rustls-native-certs", - "rustls-pemfile", - "rustls-webpki 0.102.8", - "serde", - "serde_json", - "serde_nanos", - "serde_repr", - "thiserror", - "time", - "tokio", - "tokio-rustls", - "tokio-util", - "tokio-websockets", - "tracing", - "tryhard", - "url", -] - [[package]] name = "async-nats" version = "0.44.2" @@ -276,7 +240,7 @@ version = "0.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "568d497f7aa8cd0cb4e633e8f6e97330b3bbb8b49fcb7c2bdca703a4a9c870e8" dependencies = [ - "async-nats 0.44.2", + "async-nats", "async-trait", "code0-definition-reader", "dotenv", @@ -516,20 +480,6 @@ dependencies = [ "percent-encoding", ] -[[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" @@ -537,7 +487,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", - "futures-sink", ] [[package]] @@ -583,12 +532,9 @@ version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ - "futures-channel", "futures-core", - "futures-io", "futures-sink", "futures-task", - "memchr", "pin-project-lite", "pin-utils", "slab", @@ -1667,7 +1613,7 @@ dependencies = [ name = "taurus" version = "0.1.0" dependencies = [ - "async-nats 0.42.0", + "async-nats", "base64", "code0-flow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 7554e10..0b54d26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ futures-lite = "2.6.0" rand = "0.9.1" base64 = "0.22.1" env_logger = "0.11.8" -async-nats = "0.42.0" +async-nats = "0.44.0" prost = "0.14.1" tonic-health = "0.14.1" tonic = "0.14.1"