Skip to content

Commit 3ce4eff

Browse files
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-5.5.3
2 parents 1acc9c2 + f7c3911 commit 3ce4eff

742 files changed

Lines changed: 7347 additions & 1006 deletions

File tree

Some content is hidden

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

Cargo.lock

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

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bazel_dep(name = "rules_rust", version = "0.69.0")
1515
###############################################################################
1616
RUST_EDITION = "2024"
1717

18-
RUST_VERSION = "1.93.1"
18+
RUST_VERSION = "1.94.1"
1919

2020
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
2121
rust.toolchain(

thirdparty/crates/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ alias(
5555
)
5656

5757
alias(
58-
name = "parquet-58.0.0",
59-
actual = "//thirdparty/crates/parquet-58.0.0:parquet",
58+
name = "parquet-58.1.0",
59+
actual = "//thirdparty/crates/parquet-58.1.0:parquet",
6060
tags = ["manual"],
6161
)
6262

6363
alias(
6464
name = "parquet",
65-
actual = "//thirdparty/crates/parquet-58.0.0:parquet",
65+
actual = "//thirdparty/crates/parquet-58.1.0:parquet",
6666
tags = ["manual"],
6767
)
6868

0 commit comments

Comments
 (0)