Skip to content

Commit 6c4362e

Browse files
committed
Merge branch 'main' into arrow-avro
# Conflicts: # Cargo.toml
2 parents da7d51a + 4084a18 commit 6c4362e

9 files changed

Lines changed: 100 additions & 148 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- name: Install cargo-audit
45-
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
45+
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 # v2.69.7
4646
with:
4747
tool: cargo-audit
4848
- name: Run audit check

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
persist-credentials: false
4646

4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
48+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
4949
with:
5050
languages: actions
5151

5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
53+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
5454
with:
5555
category: "/language:actions"

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
sudo apt-get update -qq
432432
sudo apt-get install -y -qq clang
433433
- name: Setup wasm-pack
434-
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
434+
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 # v2.69.7
435435
with:
436436
tool: wasm-pack
437437
- name: Run tests with headless mode
@@ -771,7 +771,7 @@ jobs:
771771
- name: Setup Rust toolchain
772772
uses: ./.github/actions/setup-builder
773773
- name: Install cargo-msrv
774-
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
774+
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 # v2.69.7
775775
with:
776776
tool: cargo-msrv
777777

Cargo.lock

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,26 +88,26 @@ version = "52.3.0"
8888
#
8989
# See for more details: https://github.com/rust-lang/cargo/issues/11329
9090
apache-avro = { version = "0.21", default-features = false }
91-
arrow = { version = "58.0.0", features = [
91+
arrow = { version = "58.1.0", features = [
9292
"prettyprint",
9393
"chrono-tz",
9494
] }
95-
arrow-avro = { version = "58.0.0", default-features = false, features = [
95+
arrow-avro = { version = "58.1.0", default-features = false, features = [
9696
"deflate",
9797
"snappy",
9898
"zstd",
9999
"bzip2",
100100
"xz",
101101
] }
102-
arrow-buffer = { version = "58.0.0", default-features = false }
103-
arrow-flight = { version = "58.0.0", features = [
102+
arrow-buffer = { version = "58.1.0", default-features = false }
103+
arrow-flight = { version = "58.1.0", features = [
104104
"flight-sql-experimental",
105105
] }
106-
arrow-ipc = { version = "58.0.0", default-features = false, features = [
106+
arrow-ipc = { version = "58.1.0", default-features = false, features = [
107107
"lz4",
108108
] }
109-
arrow-ord = { version = "58.0.0", default-features = false }
110-
arrow-schema = { version = "58.0.0", default-features = false }
109+
arrow-ord = { version = "58.1.0", default-features = false }
110+
arrow-schema = { version = "58.1.0", default-features = false }
111111
async-trait = "0.1.89"
112112
bigdecimal = "0.4.8"
113113
bytes = "1.11"
@@ -172,7 +172,7 @@ memchr = "2.8.0"
172172
num-traits = { version = "0.2" }
173173
object_store = { version = "0.13.1", default-features = false }
174174
parking_lot = "0.12"
175-
parquet = { version = "58.0.0", default-features = false, features = [
175+
parquet = { version = "58.1.0", default-features = false, features = [
176176
"arrow",
177177
"async",
178178
"object_store",

0 commit comments

Comments
 (0)