From 1af5ee55908242f0b4dce5f7982b1aada86921f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:55:28 +0000 Subject: [PATCH] chore(deps): bump async-nats from 0.45.0 to 0.46.0 Bumps [async-nats](https://github.com/nats-io/nats.rs) from 0.45.0 to 0.46.0. - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](https://github.com/nats-io/nats.rs/compare/async-nats/v0.45.0...async-nats/v0.46.0) --- updated-dependencies: - dependency-name: async-nats dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c36be0..5009ad4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,9 +210,9 @@ dependencies = [ [[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", @@ -227,7 +227,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 994c5fe..f5b432f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ pgvector = { version = "0.4", features = [] } pgtrgm = { version = "0.4", features = [] } # Messaging and object storage (NATS) -async-nats = { version = "0.45", features = [] } +async-nats = { version = "0.46", features = [] } # Observability tracing = { version = "0.1", features = [] }