Skip to content

Commit 6b86026

Browse files
Update arrow requirement from 37 to 38 (#152)
Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md) - [Commits](apache/arrow-rs@37.0.0...38.0.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb9289b commit 6b86026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ memchr = "2.3"
5656
uuid = { version = "1.0", optional = true }
5757
smallvec = "1.6.1"
5858
cast = { version = "0.3", features = ["std"] }
59-
arrow = { version = "37", default-features = false, features = ["prettyprint", "ffi"] }
59+
arrow = { version = "38", default-features = false, features = ["prettyprint", "ffi"] }
6060
rust_decimal = "1.14"
6161
strum = { version = "0.24", features = ["derive"] }
6262
r2d2 = { version = "0.8.9", optional = true }

libduckdb-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ serde_json = { version = "1.0" }
3939
tar = "0.4.38"
4040

4141
[dev-dependencies]
42-
arrow = { version = "37", default-features = false, features = ["ffi"] }
42+
arrow = { version = "38", default-features = false, features = ["ffi"] }

0 commit comments

Comments
 (0)