From 83d7de24a2877f974f22545becef56414a9b9098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:06:21 +0000 Subject: [PATCH] chore(deps): Bump async-nats from 0.32.0 to 0.32.1 Bumps [async-nats](https://github.com/nats-io/nats.rs) from 0.32.0 to 0.32.1. - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](https://github.com/nats-io/nats.rs/compare/async-nats/v0.32.0...async-nats/v0.32.1) --- updated-dependencies: - dependency-name: async-nats dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2edbebbcd86a9..e1266006e16dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,9 +639,9 @@ dependencies = [ [[package]] name = "async-nats" -version = "0.32.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2ea11ebe42f65b91c125042bdf8cfb0cccbd344c75e64b98fa3177040e0de9" +checksum = "0e45b67ea596bb94741ef15ba1d90b72c92bdc07553d8033734cb620a2b39f1c" dependencies = [ "base64 0.21.4", "bytes 1.5.0", diff --git a/Cargo.toml b/Cargo.toml index feae5782770f8..ef07fa8c57cb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -292,7 +292,7 @@ lru = { version = "0.11.1", default-features = false, optional = true } maxminddb = { version = "0.23.0", default-features = false, optional = true } md-5 = { version = "0.10", default-features = false, optional = true } mongodb = { version = "2.7.0", default-features = false, features = ["tokio-runtime"], optional = true } -async-nats = { version = "0.32.0", default-features = false, optional = true } +async-nats = { version = "0.32.1", default-features = false, optional = true } nkeys = { version = "0.3.1", default-features = false, optional = true } nom = { version = "7.1.3", default-features = false, optional = true } notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }