@@ -94,10 +94,10 @@ def proxy_wasm_cpp_host_repositories():
94
94
maybe (
95
95
git_repository ,
96
96
name = "v8" ,
97
- # 9.9.115.3
98
- commit = "90f089d97b6e4146ad106eee1829d86ad6392027 " ,
97
+ # 10.0.101
98
+ commit = "a3377e2234a32e1a67a620a180415b40f3dadb80 " ,
99
99
remote = "https://chromium.googlesource.com/v8/v8" ,
100
- shallow_since = "1643043727 +0000" ,
100
+ shallow_since = "1644336206 +0000" ,
101
101
patches = ["@proxy_wasm_cpp_host//bazel/external:v8.patch" ],
102
102
patch_args = ["-p1" ],
103
103
)
@@ -111,9 +111,9 @@ def proxy_wasm_cpp_host_repositories():
111
111
new_git_repository ,
112
112
name = "com_googlesource_chromium_base_trace_event_common" ,
113
113
build_file = "@v8//:bazel/BUILD.trace_event_common" ,
114
- commit = "7f36dbc19d31e2aad895c60261ca8f726442bfbb " ,
114
+ commit = "d115b033c4e53666b535cbd1985ffe60badad082 " ,
115
115
remote = "https://chromium.googlesource.com/chromium/src/base/trace_event/common.git" ,
116
- shallow_since = "1635355186 -0700 " ,
116
+ shallow_since = "1642576054 -0800 " ,
117
117
)
118
118
119
119
native .bind (
@@ -125,9 +125,9 @@ def proxy_wasm_cpp_host_repositories():
125
125
new_git_repository ,
126
126
name = "com_googlesource_chromium_zlib" ,
127
127
build_file = "@v8//:bazel/BUILD.zlib" ,
128
- commit = "fc5cfd78a357d5bb7735a58f383634faaafe706a " ,
128
+ commit = "3fc79233fe8ff5cf39fec4c8b8a46272d4f11cec " ,
129
129
remote = "https://chromium.googlesource.com/chromium/src/third_party/zlib.git" ,
130
- shallow_since = "1642005087 -0800" ,
130
+ shallow_since = "1644209500 -0800" ,
131
131
)
132
132
133
133
native .bind (
0 commit comments