Skip to content

Commit

Permalink
Bump arrow-schema from 42.0.0 to 47.0.0
Browse files Browse the repository at this point in the history
Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 42.0.0 to 47.0.0.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](https://github.com/apache/arrow-rs/commits)

---
updated-dependencies:
- dependency-name: arrow-schema
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent 24d413a commit 72cde2b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
42 changes: 24 additions & 18 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 dozer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tonic = { version = "0.10.0" }
prost-types = "0.12.0"
prost = "0.12.0"
arrow = { version = "42.0.0" }
arrow-schema = { version = "42.0.0", features = ["serde"] }
arrow-schema = { version = "47.0.0", features = ["serde"] }
tokio-postgres = { version = "0.7.7", features = [
"with-chrono-0_4",
"with-geo-types-0_7",
Expand Down

0 comments on commit 72cde2b

Please sign in to comment.