Skip to content

Commit cfdec84

Browse files
authored
v8: update to v10.0.101. (proxy-wasm#249)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 438bf5d commit cfdec84

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bazel/repositories.bzl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ def proxy_wasm_cpp_host_repositories():
9494
maybe(
9595
git_repository,
9696
name = "v8",
97-
# 9.9.115.3
98-
commit = "90f089d97b6e4146ad106eee1829d86ad6392027",
97+
# 10.0.101
98+
commit = "a3377e2234a32e1a67a620a180415b40f3dadb80",
9999
remote = "https://chromium.googlesource.com/v8/v8",
100-
shallow_since = "1643043727 +0000",
100+
shallow_since = "1644336206 +0000",
101101
patches = ["@proxy_wasm_cpp_host//bazel/external:v8.patch"],
102102
patch_args = ["-p1"],
103103
)
@@ -111,9 +111,9 @@ def proxy_wasm_cpp_host_repositories():
111111
new_git_repository,
112112
name = "com_googlesource_chromium_base_trace_event_common",
113113
build_file = "@v8//:bazel/BUILD.trace_event_common",
114-
commit = "7f36dbc19d31e2aad895c60261ca8f726442bfbb",
114+
commit = "d115b033c4e53666b535cbd1985ffe60badad082",
115115
remote = "https://chromium.googlesource.com/chromium/src/base/trace_event/common.git",
116-
shallow_since = "1635355186 -0700",
116+
shallow_since = "1642576054 -0800",
117117
)
118118

119119
native.bind(
@@ -125,9 +125,9 @@ def proxy_wasm_cpp_host_repositories():
125125
new_git_repository,
126126
name = "com_googlesource_chromium_zlib",
127127
build_file = "@v8//:bazel/BUILD.zlib",
128-
commit = "fc5cfd78a357d5bb7735a58f383634faaafe706a",
128+
commit = "3fc79233fe8ff5cf39fec4c8b8a46272d4f11cec",
129129
remote = "https://chromium.googlesource.com/chromium/src/third_party/zlib.git",
130-
shallow_since = "1642005087 -0800",
130+
shallow_since = "1644209500 -0800",
131131
)
132132

133133
native.bind(

0 commit comments

Comments
 (0)