Skip to content

Commit

Permalink
Bump google-cloud-storage from 0.13.1 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [google-cloud-storage](https://github.com/yoshidan/google-cloud-rust) from 0.13.1 to 0.14.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-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 1d21bf9 commit 9dd522b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 src/daft-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ common-io-config = {path = "../common/io-config", default-features = false}
daft-core = {path = "../daft-core", default-features = false}
futures = {workspace = true}
globset = "0.4"
google-cloud-storage = {version = "0.13.0", default-features = false, features = ["default-tls", "auth"]}
google-cloud-storage = {version = "0.14.0", default-features = false, features = ["default-tls", "auth"]}
hyper = "0.14.27"
hyper-tls = "0.5.0"
itertools = {workspace = true}
Expand Down

0 comments on commit 9dd522b

Please sign in to comment.