Skip to content

Commit

Permalink
Update deps (lol-html, clang-format, wpt) (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
npaun authored Jan 9, 2025
1 parent 4b0098e commit 1c424b5
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 505 deletions.
12 changes: 8 additions & 4 deletions build/deps/build_deps.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -177,23 +177,26 @@
"owner": "cloudflare",
"repo": "workerd-tools",
"file_regex": "llvm-.*-linux-amd64-clang-format",
"file_type": "executable"
"file_type": "executable",
"freeze_version": "llvm-18.1.8"
},
{
"name": "clang-format-linux-arm64",
"type": "github_release",
"owner": "cloudflare",
"repo": "workerd-tools",
"file_regex": "llvm-.*-linux-arm64-clang-format",
"file_type": "executable"
"file_type": "executable",
"freeze_version": "llvm-18.1.8"
},
{
"name": "clang-format-darwin-arm64",
"type": "github_release",
"owner": "cloudflare",
"repo": "workerd-tools",
"file_regex": "llvm-.*-darwin-arm64-clang-format",
"file_type": "executable"
"file_type": "executable",
"freeze_version": "llvm-18.1.8"
},
//ruff
{
Expand Down Expand Up @@ -227,7 +230,8 @@
"owner": "cloudflare",
"repo": "workerd-tools",
"file_regex": "wpt-.*.tar.gz",
"build_file": "//:build/BUILD.wpt"
"build_file": "//:build/BUILD.wpt",
"freeze_version": "wpt-af83b77e2"
}
]
}
78 changes: 15 additions & 63 deletions deps/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions deps/rust/cargo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ PACKAGES = {
"cxx": crate.spec(version = "1"),
"cxxbridge-cmd": crate.spec(version = "1"),
"flate2": crate.spec(version = "1"),
# Commit hash refers to lol-html v2.1.0. We then access the nested lol_html_c_api crate within.
# TODO(npaun): The next release of lol-html could change the way we access the nested crate.
# Check once https://github.com/cloudflare/lol-html/pull/247 is in a release.
"lol_html_c_api": crate.spec(git = "https://github.com/cloudflare/lol-html.git", rev = "cac9f2f59aea8ad803286b0aae0d667926f441c7"),
# Tag refers to lol-html v2.2.0. We then access the nested lol_html_c_api crate within.
"lol_html_c_api": crate.spec(git = "https://github.com/cloudflare/lol-html.git", tag = "v2.2.0"),
"nix": crate.spec(version = "0"),
"pico-args": crate.spec(version = "0"),
"proc-macro2": crate.spec(version = "1"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ rust_library(
"noclippy",
"norustfmt",
],
version = "0.27.2",
version = "0.29.6",
deps = [
"@crates_vendor__cssparser-0.27.2//:build_script_build",
"@crates_vendor__cssparser-0.29.6//:build_script_build",
"@crates_vendor__dtoa-short-0.3.5//:dtoa_short",
"@crates_vendor__itoa-0.4.8//:itoa",
"@crates_vendor__itoa-1.0.14//:itoa",
"@crates_vendor__matches-0.1.10//:matches",
"@crates_vendor__phf-0.8.0//:phf",
"@crates_vendor__smallvec-1.13.2//:smallvec",
Expand Down Expand Up @@ -100,7 +100,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "0.27.2",
version = "0.29.6",
visibility = ["//visibility:private"],
deps = [
"@crates_vendor__proc-macro2-1.0.92//:proc_macro2",
Expand Down
48 changes: 0 additions & 48 deletions deps/rust/crates/BUILD.itoa-0.4.8.bazel

This file was deleted.

44 changes: 0 additions & 44 deletions deps/rust/crates/BUILD.lazy_static-1.5.0.bazel

This file was deleted.

44 changes: 0 additions & 44 deletions deps/rust/crates/BUILD.lazycell-1.3.0.bazel

This file was deleted.

Loading

0 comments on commit 1c424b5

Please sign in to comment.