Skip to content

Commit 63fd502

Browse files
committed
Merge branch 'main' into sanitycheck-partitioning-18989
2 parents 1ad98ec + 67b526a commit 63fd502

Some content is hidden

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

70 files changed

+2121
-914
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@60581cd7025e0e855cebd745379013e286d9c787 # v2.64.2
45+
uses: taiki-e/install-action@b9c5db3aef04caffaf95a1d03931de10fb2a140f # v2.65.1
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@60581cd7025e0e855cebd745379013e286d9c787 # v2.64.2
424+
uses: taiki-e/install-action@b9c5db3aef04caffaf95a1d03931de10fb2a140f # v2.65.1
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@60581cd7025e0e855cebd745379013e286d9c787 # v2.64.2
727+
uses: taiki-e/install-action@b9c5db3aef04caffaf95a1d03931de10fb2a140f # v2.65.1
728728
with:
729729
tool: cargo-msrv
730730

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ half = { version = "2.7.0", default-features = false }
159159
hashbrown = { version = "0.14.5", features = ["raw"] }
160160
hex = { version = "0.4.3" }
161161
indexmap = "2.12.1"
162-
insta = { version = "1.44.3", features = ["glob", "filters"] }
162+
insta = { version = "1.45.0", features = ["glob", "filters"] }
163163
itertools = "0.14"
164164
liblzma = { version = "0.4.4", features = ["static"] }
165165
log = "^0.4"

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ backtrace = ["datafusion/backtrace"]
3737
[dependencies]
3838
arrow = { workspace = true }
3939
async-trait = { workspace = true }
40-
aws-config = "1.8.11"
40+
aws-config = "1.8.12"
4141
aws-credential-types = "1.2.7"
4242
chrono = { workspace = true }
4343
clap = { version = "4.5.53", features = ["cargo", "derive"] }

0 commit comments

Comments
 (0)