From fbe717fe9388f6950f4802bc89aa629b70390407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:01:47 +0800 Subject: [PATCH] chore(deps): Bump the google-cloud group with 1 update (#15307) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- scripts/source/prepare_ci_pubsub/Cargo.toml | 2 +- src/connector/Cargo.toml | 2 +- src/risedevtool/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bca8e60d962..b42535e16b52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4700,9 +4700,9 @@ dependencies = [ [[package]] name = "google-cloud-pubsub" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72c96d7e0fd07ecbce85bc8420bb7a049bb70ea74036e59fbee1a51deaa79216" +checksum = "1da196da473976944d408a91213bafe078e7223e10694d3f8ed36b6e210fa130" dependencies = [ "async-channel", "async-stream", diff --git a/scripts/source/prepare_ci_pubsub/Cargo.toml b/scripts/source/prepare_ci_pubsub/Cargo.toml index 7c5f8ce89bfc..52d6e2460a3d 100644 --- a/scripts/source/prepare_ci_pubsub/Cargo.toml +++ b/scripts/source/prepare_ci_pubsub/Cargo.toml @@ -13,7 +13,7 @@ normal = ["workspace-hack"] [dependencies] anyhow = "1" google-cloud-googleapis = { version = "0.12", features = ["pubsub"] } -google-cloud-pubsub = "0.22" +google-cloud-pubsub = "0.23" tokio = { version = "0.2", package = "madsim-tokio", features = [ "rt", "rt-multi-thread", diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index e1f7ea97812c..c64f8dec8a1d 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -57,7 +57,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] } futures-async-stream = { workspace = true } gcp-bigquery-client = "0.18.0" glob = "0.3" -google-cloud-pubsub = "0.22" +google-cloud-pubsub = "0.23" http = "0.2" hyper = { version = "0.14", features = [ "client", diff --git a/src/risedevtool/Cargo.toml b/src/risedevtool/Cargo.toml index 47c5726ff145..3fbea69fc944 100644 --- a/src/risedevtool/Cargo.toml +++ b/src/risedevtool/Cargo.toml @@ -20,7 +20,7 @@ clap = { version = "4", features = ["derive"] } console = "0.15" fs-err = "2.11.0" glob = "0.3" -google-cloud-pubsub = "0.22" +google-cloud-pubsub = "0.23" indicatif = "0.17" itertools = "0.12" rdkafka = { workspace = true }