Skip to content

Commit 31df859

Browse files
committed
[build] Update lol-html, bzlmod deps
This allows us to drop/deduplicate four crates.
1 parent 387f39d commit 31df859

23 files changed

+93
-343
lines changed

MODULE.bazel

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

33
module(name = "workerd")
44

5-
bazel_dep(name = "aspect_bazel_lib", version = "2.21.1")
6-
bazel_dep(name = "bazel_features", version = "1.35.0")
7-
bazel_dep(name = "bazel_skylib", version = "1.8.1")
8-
bazel_dep(name = "rules_shell", version = "0.6.0")
5+
bazel_dep(name = "aspect_bazel_lib", version = "2.21.2")
6+
bazel_dep(name = "bazel_features", version = "1.37.0")
7+
bazel_dep(name = "bazel_skylib", version = "1.8.2")
8+
bazel_dep(name = "rules_shell", version = "0.6.1")
99

1010
# abseil is used by protobuf and tcmalloc.
1111
bazel_dep(name = "abseil-cpp", version = "20250814.0")
@@ -35,7 +35,7 @@ git_override(
3535
# version, often by rejecting key values that it considers invalid/unsafe even though they are still
3636
# accepted by BoringSSL. Update with caution and only after confirming this is compatible with the
3737
# downstream build.
38-
bazel_dep(name = "boringssl", version = "0.20250818.0", repo_name = "ssl")
38+
bazel_dep(name = "boringssl", version = "0.20251002.0", repo_name = "ssl")
3939

4040
include("//build/deps:deps.MODULE.bazel")
4141

build/deps/nodejs.MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
bazel_dep(name = "aspect_rules_esbuild", version = "0.22.1")
2-
bazel_dep(name = "aspect_rules_js", version = "2.5.0")
1+
bazel_dep(name = "aspect_rules_esbuild", version = "0.23.0")
2+
bazel_dep(name = "aspect_rules_js", version = "2.6.2")
33
bazel_dep(name = "aspect_rules_ts")
4-
bazel_dep(name = "rules_nodejs", version = "6.5.0")
4+
bazel_dep(name = "rules_nodejs", version = "6.5.2")
55

66
# TODO(soon): Remove after next rules_ts release
77
git_override(
@@ -10,7 +10,7 @@ git_override(
1010
remote = "https://github.com/aspect-build/rules_ts.git",
1111
)
1212

13-
NODE_VERSION = "22.18.0"
13+
NODE_VERSION = "22.20.0"
1414

1515
# ========================================================================================
1616
# Node.js bootstrap

build/deps/python.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bazel_dep(name = "rules_python", version = "1.6.1")
1+
bazel_dep(name = "rules_python", version = "1.6.3")
22

33
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
44
python.toolchain(python_version = "3.13")

deps/rust/Cargo.lock

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

deps/rust/cargo.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PACKAGES = WORKERD_CXX_PACKAGES | {
1818
"codespan-reporting": crate.spec(version = "0.12.0"),
1919
"flate2": crate.spec(version = "1"),
2020
"futures": crate.spec(version = "0"),
21-
"lol_html_c_api": crate.spec(git = "https://github.com/cloudflare/lol-html", tag = "v2.6.0"),
21+
"lol_html_c_api": crate.spec(git = "https://github.com/cloudflare/lol-html", tag = "v2.7.0"),
2222
"nix": crate.spec(version = "0"),
2323
"pico-args": crate.spec(version = "0"),
2424
"quote": crate.spec(version = "1"),

deps/rust/crates/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ alias(
116116
)
117117

118118
alias(
119-
name = "clap-4.5.49",
120-
actual = "@crates_vendor__clap-4.5.49//:clap",
119+
name = "clap-4.5.50",
120+
actual = "@crates_vendor__clap-4.5.50//:clap",
121121
tags = ["manual"],
122122
)
123123

124124
alias(
125125
name = "clap",
126-
actual = "@crates_vendor__clap-4.5.49//:clap",
126+
actual = "@crates_vendor__clap-4.5.50//:clap",
127127
tags = ["manual"],
128128
)
129129

@@ -406,7 +406,7 @@ alias(
406406

407407
alias(
408408
name = "clap__stdio-fixture",
409-
actual = "@crates_vendor__clap-4.5.49//:stdio-fixture__bin",
409+
actual = "@crates_vendor__clap-4.5.50//:stdio-fixture__bin",
410410
tags = ["manual"],
411411
)
412412

deps/rust/crates/BUILD.bitflags-2.9.4.bazel renamed to deps/rust/crates/BUILD.bitflags-2.10.0.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ rust_library(
4040
"noclippy",
4141
"norustfmt",
4242
],
43-
version = "2.9.4",
43+
version = "2.10.0",
4444
)

deps/rust/crates/BUILD.byteorder-1.5.0.bazel

Lines changed: 0 additions & 48 deletions
This file was deleted.

deps/rust/crates/BUILD.clap-4.5.49.bazel renamed to deps/rust/crates/BUILD.clap-4.5.50.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ rust_library(
5252
"noclippy",
5353
"norustfmt",
5454
],
55-
version = "4.5.49",
55+
version = "4.5.50",
5656
deps = [
57-
"@crates_vendor__clap_builder-4.5.49//:clap_builder",
57+
"@crates_vendor__clap_builder-4.5.50//:clap_builder",
5858
],
5959
)
6060

@@ -96,9 +96,9 @@ rust_binary(
9696
"noclippy",
9797
"norustfmt",
9898
],
99-
version = "4.5.49",
99+
version = "4.5.50",
100100
deps = [
101101
":clap",
102-
"@crates_vendor__clap_builder-4.5.49//:clap_builder",
102+
"@crates_vendor__clap_builder-4.5.50//:clap_builder",
103103
],
104104
)

deps/rust/crates/BUILD.clap_builder-4.5.49.bazel renamed to deps/rust/crates/BUILD.clap_builder-4.5.50.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rust_library(
4444
"noclippy",
4545
"norustfmt",
4646
],
47-
version = "4.5.49",
47+
version = "4.5.50",
4848
deps = [
4949
"@crates_vendor__anstyle-1.0.13//:anstyle",
5050
"@crates_vendor__clap_lex-0.7.6//:clap_lex",

0 commit comments

Comments
 (0)