From 2db35c6a7d9709d3a339a110c9b2b73f2ef3b64f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 08:49:39 +0000 Subject: [PATCH] Update Rust crate async-nats to 0.46.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 715f01c..01f4d7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "async-nats" -version = "0.45.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86dde77d8a733a9dbaf865a9eb65c72e09c88f3d14d3dd0d2aecf511920ee4fe" +checksum = "df5af9ebfb0a14481d3eaf6101e6391261e4f30d25b26a7635ade8a39482ded0" dependencies = [ "base64", "bytes", @@ -51,7 +51,7 @@ dependencies = [ "regex", "ring", "rustls-native-certs", - "rustls-pemfile", + "rustls-pki-types", "rustls-webpki 0.102.8", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c8a2a1a..a6b283e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.24" tonic = "0.14.1" dotenv = "0.15.0" tonic-health = "0.14.1" -async-nats = "0.45.0" +async-nats = "0.46.0" futures-core = "0.3.31" regex = "1.11.2" serde_json = "1.0.143"