Skip to content

Commit 2c1d590

Browse files
update dependencies to latest version
1 parent eb2102c commit 2c1d590

File tree

51 files changed

+138
-142
lines changed

Some content is hidden

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

51 files changed

+138
-142
lines changed

build/deps/deps.MODULE.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ bazel_dep(name = "brotli", version = "1.1.0")
99
# We want to avoid version skew with v8, so we use identical versions.
1010

1111
bazel_dep(name = "fast_float")
12-
1312
archive_override(
1413
module_name = "fast_float",
1514
build_file_content = """cc_library(
@@ -30,7 +29,6 @@ archive_override(
3029
)
3130

3231
bazel_dep(name = "fp16")
33-
3432
archive_override(
3533
module_name = "fp16",
3634
build_file_content = "exports_files(glob([\"**\"]))",
@@ -46,7 +44,6 @@ archive_override(
4644
)
4745

4846
bazel_dep(name = "highway")
49-
5047
archive_override(
5148
module_name = "highway",
5249
integrity = "sha256-fvP4kFP1D4jUYDZwu5qRXSUr2TMUztaR3fWRPtvE51s=",
@@ -86,7 +83,6 @@ archive_override(
8683
)
8784

8885
bazel_dep(name = "tcmalloc", repo_name = "com_google_tcmalloc")
89-
9086
archive_override(
9187
module_name = "tcmalloc",
9288
integrity = "sha256-29cSZUwbEyiW8Y7FneaAzNNYLHeBmAPqBuIciHeE/u0=",

build/deps/gen/dep_cargo_bazel_linux_arm64.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
load("@//:build/http.bzl", "http_file")
44

5-
TAG_NAME = "0.66.0"
6-
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.66.0/cargo-bazel-aarch64-unknown-linux-gnu"
5+
TAG_NAME = "0.67.0"
6+
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.67.0/cargo-bazel-aarch64-unknown-linux-gnu"
77
SHA256 = "3befbe2e9d65806a46d1ec2c81edab8a0c19e988a0d46d57f1ce8917a5768928"
88

99
def dep_cargo_bazel_linux_arm64():

build/deps/gen/dep_cargo_bazel_linux_x64.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
load("@//:build/http.bzl", "http_file")
44

5-
TAG_NAME = "0.66.0"
6-
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.66.0/cargo-bazel-x86_64-unknown-linux-gnu"
5+
TAG_NAME = "0.67.0"
6+
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.67.0/cargo-bazel-x86_64-unknown-linux-gnu"
77
SHA256 = "a03e79d48dcd8844d5d1ac20506e6c2ecd59156bf8edd9ef3236397ab460dc91"
88

99
def dep_cargo_bazel_linux_x64():

build/deps/gen/dep_cargo_bazel_macos_arm64.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
load("@//:build/http.bzl", "http_file")
44

5-
TAG_NAME = "0.66.0"
6-
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.66.0/cargo-bazel-aarch64-apple-darwin"
5+
TAG_NAME = "0.67.0"
6+
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.67.0/cargo-bazel-aarch64-apple-darwin"
77
SHA256 = "4b0459b28d68c8645db61f4bd86f70d9c3394b146ed89d9b38eca1617c3085ee"
88

99
def dep_cargo_bazel_macos_arm64():

build/deps/gen/dep_cargo_bazel_macos_x64.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
load("@//:build/http.bzl", "http_file")
44

5-
TAG_NAME = "0.66.0"
6-
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.66.0/cargo-bazel-x86_64-apple-darwin"
5+
TAG_NAME = "0.67.0"
6+
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.67.0/cargo-bazel-x86_64-apple-darwin"
77
SHA256 = "926c7f00b97dff16cad6ddb4ea10803f9e4fd6a1091649a1f382c2f2f7fa6724"
88

99
def dep_cargo_bazel_macos_x64():

build/deps/gen/dep_cargo_bazel_win_x64.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
load("@//:build/http.bzl", "http_file")
44

5-
TAG_NAME = "0.66.0"
6-
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.66.0/cargo-bazel-x86_64-pc-windows-msvc.exe"
7-
SHA256 = "eaab5e69594c8bbcdcbff676e86014416d3f56b253e8bef3aacb590faed612e9"
5+
TAG_NAME = "0.67.0"
6+
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.67.0/cargo-bazel-x86_64-pc-windows-msvc.exe"
7+
SHA256 = "1a93075fbedf88ee01e4adaf73c03d1d9485fff3555ff203035fbcc91d6fd235"
88

99
def dep_cargo_bazel_win_x64():
1010
http_file(

build/deps/gen/dep_rules_rust.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
load("@//:build/http.bzl", "http_archive")
44

5-
TAG_NAME = "0.66.0"
6-
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.66.0/rules_rust-0.66.0.tar.gz"
5+
TAG_NAME = "0.67.0"
6+
URL = "https://github.com/bazelbuild/rules_rust/releases/download/0.67.0/rules_rust-0.67.0.tar.gz"
77
STRIP_PREFIX = ""
8-
SHA256 = "e4a829fb971972b2684ce52af4217a28974db01db3373bd833d52760ca18e657"
8+
SHA256 = "dc287e3eca80b29d5cc95e261cae273eedf1af4a00a96ae937e234534dadb24c"
99
TYPE = "tgz"
1010

1111
def dep_rules_rust():

deps/rust/Cargo.lock

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

deps/rust/crates/BUILD.ada-url-3.3.0.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ cargo_build_script(
103103
version = "3.3.0",
104104
visibility = ["//visibility:private"],
105105
deps = [
106-
"@crates_vendor__cc-1.2.41//:cc",
106+
"@crates_vendor__cc-1.2.43//:cc",
107107
"@crates_vendor__link_args-0.6.0//:link_args",
108108
"@crates_vendor__regex-1.12.2//:regex",
109109
],

deps/rust/crates/BUILD.ast_node-3.0.4.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ rust_proc_macro(
4444
deps = [
4545
"@crates_vendor__quote-1.0.41//:quote",
4646
"@crates_vendor__swc_macros_common-1.0.1//:swc_macros_common",
47-
"@crates_vendor__syn-2.0.107//:syn",
47+
"@crates_vendor__syn-2.0.108//:syn",
4848
],
4949
)

0 commit comments

Comments
 (0)