Skip to content

Commit b91a351

Browse files
committed
Merge remote-tracking branch 'origin/main' into arrow-avro
# Conflicts: # Cargo.lock
2 parents c40ecb8 + 59dcc36 commit b91a351

File tree

493 files changed

+9259
-5456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

493 files changed

+9259
-5456
lines changed

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4444
- name: Install cargo-audit
45-
uses: taiki-e/install-action@7646916979096be288829d3d80a5e43636357a04 # v2.62.65
45+
uses: taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
4646
with:
4747
tool: cargo-audit
4848
- name: Run audit check

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ jobs:
421421
sudo apt-get update -qq
422422
sudo apt-get install -y -qq clang
423423
- name: Setup wasm-pack
424-
uses: taiki-e/install-action@7646916979096be288829d3d80a5e43636357a04 # v2.62.65
424+
uses: taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
425425
with:
426426
tool: wasm-pack
427427
- name: Run tests with headless mode
@@ -724,7 +724,7 @@ jobs:
724724
- name: Setup Rust toolchain
725725
uses: ./.github/actions/setup-builder
726726
- name: Install cargo-msrv
727-
uses: taiki-e/install-action@7646916979096be288829d3d80a5e43636357a04 # v2.62.65
727+
uses: taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
728728
with:
729729
tool: cargo-msrv
730730

0 commit comments

Comments
 (0)