Skip to content

Commit 4ebba0a

Browse files
authored
Merge branch 'main' into radix_row_sort
2 parents d8e323c + 38d78c3 commit 4ebba0a

38 files changed

+1571
-179
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "::warning title=Invalid file permissions automatically fixed::$line"
5757
done
5858
- name: Upload artifacts
59-
uses: actions/upload-pages-artifact@v4
59+
uses: actions/upload-pages-artifact@v5
6060
with:
6161
name: crate-docs
6262
path: target/doc

.github/workflows/take.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: (!github.event.issue.pull_request) && github.event.comment.body == 'take'
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/github-script@v8
31+
- uses: actions/github-script@v9
3232
with:
3333
script: |
3434
github.rest.issues.addAssignees({

arrow-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ num-complex = { version = "0.4.6", default-features = false, features = ["std"]
4949
num-integer = { version = "0.1.46", default-features = false, features = ["std"] }
5050
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }
5151
half = { version = "2.1", default-features = false, features = ["num-traits"] }
52-
hashbrown = { version = "0.16.0", default-features = false }
52+
hashbrown = { version = "0.17.0", default-features = false }
5353

5454
[package.metadata.docs.rs]
5555
all-features = true

0 commit comments

Comments
 (0)