Skip to content

Commit

Permalink
chore(deps): Bump google-cloud-pubsub from 0.21.0 to 0.22.0 (#14266)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: xxchan <[email protected]>
  • Loading branch information
3 people authored and yezizp2012 committed Jan 2, 2024
1 parent e9d0e98 commit 6358369
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 61 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ updates:
patterns:
- "mysql_common"
- "mysql_async"
google-cloud:
patterns:
- "google-cloud*"
65 changes: 21 additions & 44 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 scripts/source/prepare_ci_pubsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ normal = ["workspace-hack"]

[dependencies]
anyhow = "1"
google-cloud-googleapis = { version = "0.11", features = ["pubsub"] }
google-cloud-pubsub = "0.21"
google-cloud-googleapis = { version = "0.12", features = ["pubsub"] }
google-cloud-pubsub = "0.22"
tokio = { version = "0.2", package = "madsim-tokio", features = [
"rt",
"rt-multi-thread",
Expand Down
4 changes: 2 additions & 2 deletions src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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.21"
google-cloud-pubsub = "0.22"
http = "0.2"
hyper = { version = "0.14", features = [
"client",
Expand Down Expand Up @@ -132,7 +132,7 @@ tokio-postgres = "0.7"
tokio-retry = "0.3"
tokio-stream = "0.1"
tokio-util = { version = "0.7", features = ["codec", "io"] }
tonic_0_9 = { package = "tonic", version = "0.9" }
tonic = "0.10.2"
tracing = "0.1"
tracing-futures = { version = "0.2", features = ["futures-03"] }
url = "2"
Expand Down
2 changes: 1 addition & 1 deletion src/connector/src/source/google_pubsub/source/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use futures_async_stream::try_stream;
use google_cloud_pubsub::client::Client;
use google_cloud_pubsub::subscription::{SeekTo, Subscription};
use risingwave_common::bail;
use tonic_0_9::Code;
use tonic::Code;

use super::TaggedReceivedMessage;
use crate::parser::ParserConfig;
Expand Down
2 changes: 1 addition & 1 deletion src/risedevtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = { version = "4", features = ["derive"] }
console = "0.15"
fs-err = "2.11.0"
glob = "0.3"
google-cloud-pubsub = "0.21"
google-cloud-pubsub = "0.22"
indicatif = "0.17"
itertools = "0.12"
rdkafka = { workspace = true }
Expand Down
16 changes: 5 additions & 11 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features
hmac = { version = "0.12", default-features = false, features = ["reset"] }
hyper = { version = "0.14", features = ["full"] }
indexmap = { version = "1", default-features = false, features = ["serde", "std"] }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
itertools = { version = "0.11" }
jni = { version = "0.21", features = ["invocation"] }
lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
lexical-core = { version = "0.8", features = ["format"] }
Expand Down Expand Up @@ -95,8 +94,7 @@ phf_shared = { version = "0.11", features = ["uncased"] }
postgres-types = { version = "0.2", default-features = false, features = ["derive", "with-chrono-0_4", "with-serde_json-1"] }
proc-macro2 = { version = "1", features = ["span-locations"] }
prometheus = { version = "0.13", features = ["process"] }
prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["no-recursion-limit"] }
prost-a6292c17cd707f01 = { package = "prost", version = "0.11" }
prost = { version = "0.12", features = ["no-recursion-limit"] }
prost-types = { version = "0.12" }
quote = { version = "1" }
rand = { version = "0.8", features = ["small_rng"] }
Expand All @@ -109,7 +107,6 @@ regex-syntax = { version = "0.8" }
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "stream"] }
ring = { version = "0.16", features = ["std"] }
rust_decimal = { version = "1", features = ["db-postgres", "maths"] }
rustls = { version = "0.21" }
scopeguard = { version = "1" }
sea-orm = { version = "0.12", features = ["runtime-tokio-native-tls", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite"] }
sea-query = { version = "0.30", default-features = false, features = ["backend-mysql", "backend-postgres", "backend-sqlite", "derive", "hashable-value", "postgres-array", "thread-safe", "with-bigdecimal", "with-chrono", "with-json", "with-rust_decimal", "with-time", "with-uuid"] }
Expand All @@ -136,8 +133,7 @@ tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "fe39bb8e
tokio-util = { version = "0.7", features = ["codec", "io"] }
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19", features = ["serde"] }
tonic-274715c4dabd11b0 = { package = "tonic", version = "0.9", features = ["gzip", "tls-webpki-roots"] }
tonic-93f6ce9d446188ac = { package = "tonic", version = "0.10" }
tonic = { version = "0.10", features = ["gzip", "tls-webpki-roots"] }
tower = { version = "0.4", features = ["balance", "buffer", "filter", "limit", "load-shed", "timeout", "util"] }
tracing = { version = "0.1", features = ["log"] }
tracing-core = { version = "0.1" }
Expand All @@ -162,8 +158,7 @@ fixedbitset = { version = "0.4" }
frunk_core = { version = "0.4", default-features = false, features = ["std"] }
getrandom = { git = "https://github.com/madsim-rs/getrandom.git", rev = "e79a7ae", default-features = false, features = ["std"] }
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["nightly", "raw"] }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
itertools = { version = "0.11" }
lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2", features = ["extra_traits"] }
log = { version = "0.4", default-features = false, features = ["kv_unstable", "std"] }
Expand All @@ -175,8 +170,7 @@ petgraph = { version = "0.6" }
phf = { version = "0.11", features = ["uncased"] }
phf_shared = { version = "0.11", features = ["uncased"] }
proc-macro2 = { version = "1", features = ["span-locations"] }
prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["no-recursion-limit"] }
prost-a6292c17cd707f01 = { package = "prost", version = "0.11" }
prost = { version = "0.12", features = ["no-recursion-limit"] }
prost-types = { version = "0.12" }
quote = { version = "1" }
rand = { version = "0.8", features = ["small_rng"] }
Expand Down

0 comments on commit 6358369

Please sign in to comment.