From 464c1591ae79ccc78889c72282c2a1a65e31a923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:57:41 +0000 Subject: [PATCH] chore(deps): Bump async-nats from 0.33.0 to 0.34.0 Bumps [async-nats](https://github.com/nats-io/nats.rs) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](https://github.com/nats-io/nats.rs/compare/async-nats/v0.33.0...async-nats/v0.34.0) --- updated-dependencies: - dependency-name: async-nats dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 102 ++++++++++++++++++++++++++++----------- src/connector/Cargo.toml | 2 +- 2 files changed, 75 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf34a70539071..c03e14764010f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -790,25 +790,24 @@ dependencies = [ [[package]] name = "async-nats" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbc1f1a75fd07f0f517322d103211f12d757658e91676def9a2e688774656c60" +checksum = "eea7b126ebfa4db78e9e788b2a792b6329f35b4f2fdd56dbc646dedc2beec7a5" dependencies = [ - "base64 0.21.7", + "base64 0.22.0", "bytes", "futures", - "http 0.2.9", "memchr", "nkeys", "nuid", "once_cell", + "portable-atomic", "rand", "regex", "ring 0.17.5", - "rustls", - "rustls-native-certs 0.6.3", - "rustls-pemfile 1.0.4", - "rustls-webpki 0.101.7", + "rustls-native-certs 0.7.0", + "rustls-pemfile 2.1.1", + "rustls-webpki 0.102.2", "serde", "serde_json", "serde_nanos", @@ -816,9 +815,9 @@ dependencies = [ "thiserror", "time", "tokio", - "tokio-retry", - "tokio-rustls", + "tokio-rustls 0.25.0", "tracing", + "tryhard", "url", ] @@ -1256,7 +1255,7 @@ dependencies = [ "once_cell", "pin-project-lite", "pin-utils", - "rustls", + "rustls 0.21.8", "tokio", "tracing", ] @@ -5056,10 +5055,10 @@ dependencies = [ "http 0.2.9", "hyper", "log", - "rustls", + "rustls 0.21.8", "rustls-native-certs 0.6.3", "tokio", - "tokio-rustls", + "tokio-rustls 0.24.1", "webpki-roots", ] @@ -6462,9 +6461,9 @@ dependencies = [ [[package]] name = "nkeys" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aad178aad32087b19042ee36dfd450b73f5f934fbfb058b59b198684dfec4c47" +checksum = "6eafe79aeb8066a6f1f84dc44c03ae97403013e946bf0b13626468e0d5e26c6f" dependencies = [ "byteorder", "data-encoding", @@ -8606,7 +8605,7 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls", + "rustls 0.21.8", "rustls-native-certs 0.6.3", "rustls-pemfile 1.0.4", "serde", @@ -8614,7 +8613,7 @@ dependencies = [ "serde_urlencoded", "tokio", "tokio-native-tls", - "tokio-rustls", + "tokio-rustls 0.24.1", "tokio-util", "tower-service", "url", @@ -9327,7 +9326,7 @@ dependencies = [ "time", "tokio-postgres", "tokio-retry", - "tokio-rustls", + "tokio-rustls 0.24.1", "tokio-stream", "tokio-util", "tracing", @@ -9959,7 +9958,7 @@ dependencies = [ "opendal", "prometheus", "risingwave_common", - "rustls", + "rustls 0.21.8", "spin 0.9.8", "thiserror", "thiserror-ext", @@ -10505,7 +10504,7 @@ dependencies = [ "rustls-webpki 0.100.3", "thiserror", "tokio", - "tokio-rustls", + "tokio-rustls 0.24.1", "url", ] @@ -10648,6 +10647,20 @@ dependencies = [ "sct", ] +[[package]] +name = "rustls" +version = "0.22.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c" +dependencies = [ + "log", + "ring 0.17.5", + "rustls-pki-types", + "rustls-webpki 0.102.2", + "subtle", + "zeroize", +] + [[package]] name = "rustls-native-certs" version = "0.6.3" @@ -10718,6 +10731,17 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "rustls-webpki" +version = "0.102.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" +dependencies = [ + "ring 0.17.5", + "rustls-pki-types", + "untrusted 0.9.0", +] + [[package]] name = "rustversion" version = "1.0.14" @@ -12448,9 +12472,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", @@ -12478,9 +12502,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" +checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", @@ -12562,7 +12586,18 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls", + "rustls 0.21.8", + "tokio", +] + +[[package]] +name = "tokio-rustls" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" +dependencies = [ + "rustls 0.22.3", + "rustls-pki-types", "tokio", ] @@ -12717,10 +12752,10 @@ dependencies = [ "percent-encoding", "pin-project", "prost 0.12.1", - "rustls", + "rustls 0.21.8", "rustls-pemfile 1.0.4", "tokio", - "tokio-rustls", + "tokio-rustls 0.24.1", "tokio-stream", "tower", "tower-layer", @@ -13005,6 +13040,17 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" +[[package]] +name = "tryhard" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c9f0a709784e86923586cff0d872dba54cd2d2e116b3bc57587d15737cfce9d" +dependencies = [ + "futures", + "pin-project-lite", + "tokio", +] + [[package]] name = "twox-hash" version = "1.6.3" @@ -14419,7 +14465,7 @@ dependencies = [ "itertools 0.10.5", "log", "percent-encoding", - "rustls", + "rustls 0.21.8", "rustls-pemfile 1.0.4", "seahash", "serde", diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index 12f19479a746f..c73a5cd7e910d 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -25,7 +25,7 @@ arrow-array = { workspace = true } arrow-row = { workspace = true } arrow-schema = { workspace = true } arrow-select = { workspace = true } -async-nats = "0.33" +async-nats = "0.34" async-trait = "0.1" auto_enums = { version = "0.8", features = ["futures03"] } auto_impl = "1"