Skip to content

Commit

Permalink
[build] 11-15-24 Roll deps
Browse files Browse the repository at this point in the history
- Manually bump lol-html commit
- Disable some default features, allowing us to drop ~8 crates
  • Loading branch information
fhanau committed Nov 15, 2024
1 parent 4c06013 commit 506be97
Show file tree
Hide file tree
Showing 43 changed files with 386 additions and 857 deletions.
8 changes: 4 additions & 4 deletions build/deps/gen/dep_aspect_bazel_lib.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

TAG_NAME = "v2.9.2"
URL = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.2/bazel-lib-v2.9.2.tar.gz"
STRIP_PREFIX = "bazel-lib-2.9.2"
SHA256 = "0e31778f1fd574d2c05d238bfc4c785fa4b7e50a5ef38b506e01cfd8ec2fccb3"
TAG_NAME = "v2.9.4"
URL = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz"
STRIP_PREFIX = "bazel-lib-2.9.4"
SHA256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3"
TYPE = "tgz"

def dep_aspect_bazel_lib():
Expand Down
8 changes: 4 additions & 4 deletions build/deps/gen/dep_capnp_cpp.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

URL = "https://github.com/capnproto/capnproto/tarball/0fb157fb00f8f2cacf23751f56d12bf6c8459f6a"
STRIP_PREFIX = "capnproto-capnproto-0fb157f/c++"
SHA256 = "15bc213e1869c84d2b02ad4cde61e01c0ee264c77a2af055a41581091c851b9c"
URL = "https://github.com/capnproto/capnproto/tarball/6e071e34d88a8fc489638535899cd9d02e55bf76"
STRIP_PREFIX = "capnproto-capnproto-6e071e3/c++"
SHA256 = "78bad43b723d3b5a21e50424ad20b0d045f5d963c59d677cd5035ef5c68aabaa"
TYPE = "tgz"
COMMIT = "0fb157fb00f8f2cacf23751f56d12bf6c8459f6a"
COMMIT = "6e071e34d88a8fc489638535899cd9d02e55bf76"

def dep_capnp_cpp():
http_archive(
Expand Down
8 changes: 4 additions & 4 deletions build/deps/gen/dep_com_google_protobuf.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

TAG_NAME = "v28.2"
URL = "https://github.com/protocolbuffers/protobuf/releases/download/v28.2/protobuf-28.2.tar.gz"
STRIP_PREFIX = "protobuf-28.2"
SHA256 = "b2340aa47faf7ef10a0328190319d3f3bee1b24f426d4ce8f4253b6f27ce16db"
TAG_NAME = "v28.3"
URL = "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protobuf-28.3.tar.gz"
STRIP_PREFIX = "protobuf-28.3"
SHA256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a"
TYPE = "tgz"

def dep_com_google_protobuf():
Expand Down
8 changes: 4 additions & 4 deletions build/deps/gen/dep_cxxbridge_cmd.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

URL = "https://crates.io/api/v1/crates/cxxbridge-cmd/1.0.129/download"
STRIP_PREFIX = "cxxbridge-cmd-1.0.129"
SHA256 = "c089cc7133ae878b2b6993a85f006b5d13e6031a72da721d7dce98a17cb72b72"
URL = "https://crates.io/api/v1/crates/cxxbridge-cmd/1.0.130/download"
STRIP_PREFIX = "cxxbridge-cmd-1.0.130"
SHA256 = "4bc8d8ce7117154d478051674f85c23e80213feb3f001c2214a2bac4269ea585"
TYPE = "tgz"
VERSION = "1.0.129"
VERSION = "1.0.130"

def dep_cxxbridge_cmd():
http_archive(
Expand Down
8 changes: 4 additions & 4 deletions build/deps/gen/dep_rules_python.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

TAG_NAME = "0.37.0"
URL = "https://api.github.com/repos/bazelbuild/rules_python/tarball/0.37.0"
STRIP_PREFIX = "bazelbuild-rules_python-0c0492d"
SHA256 = "442740dfce802db482633d11302ef0894c2d8641c988aa1aa8f129acccdee2be"
TAG_NAME = "0.39.0"
URL = "https://api.github.com/repos/bazelbuild/rules_python/tarball/0.39.0"
STRIP_PREFIX = "bazelbuild-rules_python-0759322"
SHA256 = "ed016e6308487de77075474abc5f018dcdb98e77a08eb1e6851e9ad77223663b"
TYPE = "tgz"

def dep_rules_python():
Expand Down
6 changes: 3 additions & 3 deletions build/deps/gen/dep_simdutf.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

TAG_NAME = "v5.6.0"
URL = "https://github.com/simdutf/simdutf/releases/download/v5.6.0/singleheader.zip"
TAG_NAME = "v5.6.2"
URL = "https://github.com/simdutf/simdutf/releases/download/v5.6.2/singleheader.zip"
STRIP_PREFIX = ""
SHA256 = "4e5491d55eb50665ced301d43cc2c164c6e3c201083c95f4ba82a89af3bef790"
SHA256 = "b03b42edb8a872e90329686bb3a73be916a0a111157ccfa1b361224e1dfabf17"
TYPE = "zip"

def dep_simdutf():
Expand Down
Loading

0 comments on commit 506be97

Please sign in to comment.