Skip to content

Commit

Permalink
upgrade arrow convert
Browse files Browse the repository at this point in the history
  • Loading branch information
aradwann committed Oct 6, 2024
1 parent a75f77a commit 9f61e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ restate-types = { workspace = true }
anyhow = { workspace = true }
arc-swap = { workspace = true }
arrow = { version = "53.1.0", features = ["ipc", "prettyprint", "json"] }
arrow_convert = { version = "0.7.0" }
arrow_convert = { version = "0.7.2" }
axum = { workspace = true, default-features = false, features = ["http1", "http2", "query", "tokio"] }
bytes = { workspace = true }
base62 = { version = "2.0.2" }
Expand Down
2 changes: 1 addition & 1 deletion crates/storage-query-datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ahash = { workspace = true }
async-trait = { workspace = true }
bytes = { workspace = true }
bytestring = { workspace = true }
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
chrono = { workspace = true }
codederror = { workspace = true }
datafusion = { workspace = true }
derive_more = { workspace = true }
Expand Down

0 comments on commit 9f61e6a

Please sign in to comment.