Skip to content

Commit f7c3911

Browse files
Merge pull request #497 from marvin-hansen/main
Updated dependencies
2 parents 73869d4 + 5433ef0 commit f7c3911

743 files changed

Lines changed: 7348 additions & 1007 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.

.github/workflows/rust_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
2424

2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v5.5.2
26+
uses: codecov/codecov-action@v5.5.3
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
files: lcov.info

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)