Skip to content

Commit aadc605

Browse files
chore(deps): bump google-cloud-pubsub from 0.19.0 to 0.20.0 (risingwavelabs#12066)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5ef008 commit aadc605

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/source/prepare_ci_pubsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ normal = ["workspace-hack"]
1313
[dependencies]
1414
anyhow = "1"
1515
google-cloud-googleapis = { version = "0.11", features = ["pubsub"] }
16-
google-cloud-pubsub = "0.19"
16+
google-cloud-pubsub = "0.20"
1717
tokio = { version = "0.2", package = "madsim-tokio", features = [
1818
"rt",
1919
"rt-multi-thread",

src/connector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ enum-as-inner = "0.6"
4848
futures = { version = "0.3", default-features = false, features = ["alloc"] }
4949
futures-async-stream = { workspace = true }
5050
glob = "0.3"
51-
google-cloud-pubsub = "0.19"
51+
google-cloud-pubsub = "0.20"
5252
hyper = "0.14"
5353
hyper-tls = "0.5"
5454
icelake = { workspace = true }

src/risedevtool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clap = { version = "4", features = ["derive"] }
2020
console = "0.15"
2121
fs-err = "2.9.0"
2222
glob = "0.3"
23-
google-cloud-pubsub = "0.19"
23+
google-cloud-pubsub = "0.20"
2424
indicatif = "0.17"
2525
itertools = "0.11"
2626
rdkafka = { workspace = true }

0 commit comments

Comments
 (0)