Skip to content

Commit

Permalink
Bump deps (#1559)
Browse files Browse the repository at this point in the history
- Bump stable rust to 1.84.0
- Bump rust deps
- Bump Go deps
- Regenerae LRE toolchains

Fixes CVE-2025-21613
Fixes CVE-2025-21614
Fixes CVE-2024-45338
  • Loading branch information
aaronmondal authored Jan 19, 2025
1 parent 1ee61b1 commit 4772bd4
Show file tree
Hide file tree
Showing 45 changed files with 3,193 additions and 3,179 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ common --enable_platform_specific_config
common --incompatible_enable_cc_toolchain_resolution
common --incompatible_enable_proto_toolchain_resolution

# Use '+' instead of the legacy '~' when resolving repo names.
common --incompatible_use_plus_in_repo_names

# Simulate rules_python's initialization with a script and use a statically
# linked musl Python toolchain.
# TODO(aaronmondal): This is a hack. It works for us because have just a few
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-cargo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up Rust toolchain
run: rustup default ${{ matrix.toolchain }}
run: rustup update && rustup default ${{ matrix.toolchain }}
shell: bash

- name: Build on ${{ runner.os }}
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-24.04, macos-14 ]

os:
- ubuntu-24.04
# TODO(aaronmondal): Re-enable after:
# https://github.com/NixOS/nixpkgs/pull/371501
# - macos-14
name: Web Platform Deployment / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
environment: production
Expand Down
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rust_binary(
"@crates//:axum",
"@crates//:clap",
"@crates//:futures",
"@crates//:hyper-1.5.1",
"@crates//:hyper-1.5.2",
"@crates//:hyper-util",
"@crates//:mimalloc",
"@crates//:opentelemetry",
Expand Down
Loading

0 comments on commit 4772bd4

Please sign in to comment.