Skip to content

Commit 8f7ce6b

Browse files
build(deps): update arrow requirement from 41.0.0 to 48.0.0
Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md) - [Commits](apache/arrow-rs@41.0.0...48.0.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a98ec98 commit 8f7ce6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tower-http = { version = "0.4", features = ["cors"] }
3939
ctrlc = { version = "3.0", features = ["termination"] }
4040
dirs = "5.0.0"
4141
chrono = "0.4.22"
42-
arrow = "41.0.0"
42+
arrow = "48.0.0"
4343
parquet = {version="41.0.0", features=["arrow", "lz4", "flate2"], default-features = false}
4444
arweave-rs = {workspace=true}
4545
url = "2.4.0"

0 commit comments

Comments
 (0)