@@ -127,11 +127,10 @@ def proxy_wasm_cpp_host_repositories():
127
127
128
128
git_repository (
129
129
name = "v8" ,
130
- commit = "a5ff33ec02e0dff53217bf7fd5ca0ec504775d23" ,
130
+ # 9.9.115.3
131
+ commit = "90f089d97b6e4146ad106eee1829d86ad6392027" ,
131
132
remote = "https://chromium.googlesource.com/v8/v8" ,
132
- shallow_since = "1641852349 +0000" ,
133
- patches = ["@proxy_wasm_cpp_host//bazel/external:v8.patch" ],
134
- patch_args = ["-p1" ],
133
+ shallow_since = "1643043727 +0000" ,
135
134
)
136
135
137
136
native .bind (
@@ -140,7 +139,7 @@ def proxy_wasm_cpp_host_repositories():
140
139
)
141
140
142
141
new_git_repository (
143
- name = "com_googlesource_chromium_trace_event_common " ,
142
+ name = "com_googlesource_chromium_base_trace_event_common " ,
144
143
build_file = "@v8//:bazel/BUILD.trace_event_common" ,
145
144
commit = "7f36dbc19d31e2aad895c60261ca8f726442bfbb" ,
146
145
remote = "https://chromium.googlesource.com/chromium/src/base/trace_event/common.git" ,
@@ -149,15 +148,15 @@ def proxy_wasm_cpp_host_repositories():
149
148
150
149
native .bind (
151
150
name = "base_trace_event_common" ,
152
- actual = "@com_googlesource_chromium_trace_event_common //:trace_event_common" ,
151
+ actual = "@com_googlesource_chromium_base_trace_event_common //:trace_event_common" ,
153
152
)
154
153
155
154
new_git_repository (
156
155
name = "com_googlesource_chromium_zlib" ,
157
156
build_file = "@v8//:bazel/BUILD.zlib" ,
158
- commit = "efd9399ae01364926be2a38946127fdf463480db " ,
157
+ commit = "fc5cfd78a357d5bb7735a58f383634faaafe706a " ,
159
158
remote = "https://chromium.googlesource.com/chromium/src/third_party/zlib.git" ,
160
- shallow_since = "1638492135 -0800" ,
159
+ shallow_since = "1642005087 -0800" ,
161
160
)
162
161
163
162
native .bind (
0 commit comments