Skip to content

Commit

Permalink
chore(deps): Bump google-cloud-googleapis from 0.12.0 to 0.13.0 in th…
Browse files Browse the repository at this point in the history
…e google-cloud group (#16621)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Richard Chien <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Chien <[email protected]>
  • Loading branch information
dependabot[bot] and stdrc authored May 29, 2024
1 parent 4bfb893 commit 3353f46
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 47 deletions.
83 changes: 42 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions e2e_test/source_inline/pubsub/prepare-data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
```cargo
[dependencies]
anyhow = "1"
google-cloud-googleapis = { version = "0.12", features = ["pubsub"] }
google-cloud-pubsub = "0.24"
google-cloud-googleapis = { version = "0.13", features = ["pubsub"] }
google-cloud-pubsub = "0.25"
tokio = { version = "0.2", package = "madsim-tokio", features = [
"rt",
"rt-multi-thread",
Expand Down
6 changes: 3 additions & 3 deletions src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,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.8.0", features = ["auth"] }
google-cloud-bigquery = { version = "0.9.0", features = ["auth"] }
google-cloud-gax = "0.17.0"
google-cloud-googleapis = { version = "0.12", features = ["pubsub"] }
google-cloud-pubsub = "0.24"
google-cloud-googleapis = { version = "0.13", features = ["pubsub", "bigquery"] }
google-cloud-pubsub = "0.25"
http = "0.2"
icelake = { workspace = true }
indexmap = { version = "1.9.3", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion src/risedevtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap = { workspace = true }
console = "0.15"
fs-err = "2.11.0"
glob = "0.3"
google-cloud-pubsub = "0.24"
google-cloud-pubsub = "0.25"
indicatif = "0.17"
itertools = { workspace = true }
rdkafka = { workspace = true }
Expand Down

0 comments on commit 3353f46

Please sign in to comment.