From 586f4709cd4dd7a8fb7b771c93f3cefa04cb117d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:15:10 +0000 Subject: [PATCH] chore(deps): bump the google-cloud group with 2 updates Bumps the google-cloud group with 2 updates: [google-cloud-bigquery](https://github.com/yoshidan/google-cloud-rust) and [google-cloud-pubsub](https://github.com/yoshidan/google-cloud-rust). Updates `google-cloud-bigquery` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/yoshidan/google-cloud-rust/releases) - [Commits](https://github.com/yoshidan/google-cloud-rust/commits) Updates `google-cloud-pubsub` from 0.28.1 to 0.29.0 - [Release notes](https://github.com/yoshidan/google-cloud-rust/releases) - [Commits](https://github.com/yoshidan/google-cloud-rust/commits) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google-cloud - dependency-name: google-cloud-pubsub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google-cloud ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ src/connector/Cargo.toml | 4 ++-- src/risedevtool/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6dc2f1f2e103..f293c8b2e7be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5538,9 +5538,9 @@ dependencies = [ [[package]] name = "google-cloud-auth" -version = "0.16.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1112c453c2e155b3e683204ffff52bcc6d6495d04b68d9e90cd24161270c5058" +checksum = "357160f51a60ec3e32169ad687f4abe0ee1e90c73b449aa5d11256c4f1cf2ff6" dependencies = [ "async-trait", "base64 0.21.7", @@ -5560,9 +5560,9 @@ dependencies = [ [[package]] name = "google-cloud-bigquery" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "305cb7214d11b719e9f00f982c1ee1304c674f7a8dfc44a43b8bad3c909750c2" +checksum = "876a94dbf94e306f43f9bb34e7dd65f92d10e846f42596ba594c18a0f3d440b1" dependencies = [ "anyhow", "arrow 50.0.0", @@ -5625,9 +5625,9 @@ dependencies = [ [[package]] name = "google-cloud-pubsub" -version = "0.28.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55ef73601dcec5ea144e59969e921d35d66000211603fee8023b7947af09248f" +checksum = "e3d2d4a82a8699b8ed9e5849410820d91ce51bcb6572386bbd3ac1336325e191" dependencies = [ "async-channel 1.9.0", "async-stream", diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index b3f104a5dbdd..616b7093d63a 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -55,10 +55,10 @@ 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-bigquery = { version = "0.12.0", features = ["auth"] } +google-cloud-bigquery = { version = "0.13.0", features = ["auth"] } google-cloud-gax = "0.19.0" google-cloud-googleapis = { version = "0.15", features = ["pubsub", "bigquery"] } -google-cloud-pubsub = "0.28" +google-cloud-pubsub = "0.29" http = "0.2" iceberg = { workspace = true } iceberg-catalog-glue = { workspace = true } diff --git a/src/risedevtool/Cargo.toml b/src/risedevtool/Cargo.toml index 71c2662024db..2c5110eb6885 100644 --- a/src/risedevtool/Cargo.toml +++ b/src/risedevtool/Cargo.toml @@ -23,7 +23,7 @@ clap = { workspace = true } console = "0.15" fs-err = "2.11.0" glob = "0.3" -google-cloud-pubsub = "0.28" +google-cloud-pubsub = "0.29" indicatif = "0.17" itertools = { workspace = true } rdkafka = { workspace = true }