From cc4ea613a9cad5426d51477f5516e3bddf077d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:59:05 +0000 Subject: [PATCH] chore(deps): Bump async-nats from 0.32.1 to 0.33.0 Bumps [async-nats](https://github.com/nats-io/nats.rs) from 0.32.1 to 0.33.0. - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](https://github.com/nats-io/nats.rs/compare/async-nats/v0.32.1...async-nats/v0.33.0) --- updated-dependencies: - dependency-name: async-nats dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/connector/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26a7503069e3b..6819b70048b35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -738,9 +738,9 @@ dependencies = [ [[package]] name = "async-nats" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e45b67ea596bb94741ef15ba1d90b72c92bdc07553d8033734cb620a2b39f1c" +checksum = "dbc1f1a75fd07f0f517322d103211f12d757658e91676def9a2e688774656c60" dependencies = [ "base64 0.21.4", "bytes", @@ -752,7 +752,7 @@ dependencies = [ "once_cell", "rand", "regex", - "ring 0.16.20", + "ring 0.17.5", "rustls", "rustls-native-certs", "rustls-pemfile", diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index 70eb4a0435ab3..605a060f6fa6b 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -23,7 +23,7 @@ apache-avro = { git = "https://github.com/risingwavelabs/avro", rev = "d0846a16c ] } arrow-array = { workspace = true } arrow-schema = { workspace = true } -async-nats = "0.32" +async-nats = "0.33" async-trait = "0.1" auto_enums = { version = "0.8", features = ["futures03"] } auto_impl = "1"