Skip to content

Commit

Permalink
feat: bump duckdb and arrow deps
Browse files Browse the repository at this point in the history
* Bump arrow to 53.1 to match duckdb

* Bump duckdb to 1.1.1
  • Loading branch information
akolov authored Oct 23, 2024
1 parent 791fa4d commit b0f3e09
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
92 changes: 46 additions & 46 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 = "52.1"
arrow = "53.1"
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 b0f3e09

Please sign in to comment.