Skip to content

Commit

Permalink
chore(deps): bump google-cloud-pubsub from 0.16.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [google-cloud-pubsub](https://github.com/yoshidan/google-cloud-rust) from 0.16.0 to 0.24.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-pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 4, 2024
1 parent 79a069c commit f5a827a
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 28 deletions.
207 changes: 180 additions & 27 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ murmur3 = { version = "0.5.2", optional = true }
openssl = { version = "0.10", optional = true, features = ["vendored"] }
lapin = { version = "2.2.1", optional = true }
kafka = { version = "0.9.0", optional = true }
google-cloud-pubsub = { version = "0.16.0", optional = true }
google-cloud-pubsub = { version = "0.24.0", optional = true }
google-cloud-googleapis = { version = "0.10.0", optional = true }
google-cloud-default = { version = "0.4.0", optional = true, features = ["pubsub"] }
r2d2_redis = { version = "0.14.0", optional = true }
Expand Down

0 comments on commit f5a827a

Please sign in to comment.