Skip to content

Commit

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


Updates `thiserror` from 1.0.62 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.62...1.0.63)

Updates `object_store` from 0.10.1 to 0.10.2
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@object_store_0.10.1...object_store_0.10.2)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jul 23, 2024
1 parent 5869058 commit 292c0cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.5", optional = true }
wasm-streams = { version = "0.4.0", optional = true }
async-trait = "0.1.74"
object_store = { version = "0.10.1", default-features = false }
object_store = { version = "0.10.2", default-features = false }
url = "2.5.0"
object-store-wasm = { version = "0.0.4" }

Expand Down

0 comments on commit 292c0cc

Please sign in to comment.