Skip to content

Commit

Permalink
Bump the other group with 2 updates (#627)
Browse files Browse the repository at this point in the history
Bumps the other group with 2 updates: [bytes](https://github.com/tokio-rs/bytes) and [object_store](https://github.com/apache/arrow-rs).


Updates `bytes` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.7.2...v1.8.0)

Updates `object_store` from 0.11.0 to 0.11.1
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@object_store_0.11.0...object_store_0.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: object_store
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent a41a0d0 commit 2cb1795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -92,7 +92,7 @@ async-compat = { version = "=0.2.2", optional = true }
async-stream = { version = "0.3.6", optional = true }
wasm-streams = { version = "0.4.1", optional = true }
async-trait = "0.1.83"
object_store = { version = "0.11.0", default-features = false }
object_store = { version = "0.11.1", default-features = false }
url = "2.5.0"
object-store-wasm = { git = "https://github.com/H-Plus-Time/object-store-wasm", rev = "b296d680fc67f3213a3f8de445b8fc5f590dc7e1" }

Expand Down

0 comments on commit 2cb1795

Please sign in to comment.