Skip to content

Commit

Permalink
Bump deps
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 committed Jan 17, 2025
1 parent 1ee61b1 commit ea23172
Show file tree
Hide file tree
Showing 42 changed files with 3,186 additions and 3,175 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 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 ea23172

Please sign in to comment.