Skip to content

Commit

Permalink
chore(deps): bump arrow from 53.2.0 to 53.3.0 in /packages/duckdb-ser…
Browse files Browse the repository at this point in the history
…ver-rust (#621)

Bumps [arrow](https://github.com/apache/arrow-rs) from 53.2.0 to 53.3.0.
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.2.0...53.3.0)

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

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 Dec 1, 2024
1 parent 1e74bd1 commit d3b33d5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
66 changes: 33 additions & 33 deletions packages/duckdb-server-rust/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 packages/duckdb-server-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = [

[dependencies]
anyhow = "1.0"
arrow = "53.1"
arrow = "53.3"
async-trait = "0.1.83"
axum = { version = "0.7", features = ["http1", "http2", "ws", "json", "tokio", "tracing", "macros"] }
axum-server = { version = "0.7", features = ["tls-rustls"] }
Expand Down

0 comments on commit d3b33d5

Please sign in to comment.