Skip to content

Commit dac068f

Browse files
committed
deps: Bump com_github_wasmtime -> 2.0.2 (+related) (#24150)
deps: Bump `com_github_wasmtime` -> 2.0.2 - `proxy_wasm_cpp_host` - `proxy_wasm_rust_sdk` Signed-off-by: Ryan Northey <[email protected]>
1 parent f5dad12 commit dac068f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bazel/repository_locations.bzl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -801,11 +801,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
801801
project_name = "wasmtime",
802802
project_desc = "A standalone runtime for WebAssembly",
803803
project_url = "https://github.com/bytecodealliance/wasmtime",
804-
version = "1.0.2",
805-
sha256 = "b8883c009388a2d400c266c5a335afa8ebe509d9cc7eb2ab32e7173b7e7f6061",
804+
version = "2.0.2",
805+
sha256 = "f850c7d2480e71b587a7102d8814e127dc9bf8370ffa0e382fe86ec80d629190",
806806
strip_prefix = "wasmtime-{version}",
807807
urls = ["https://github.com/bytecodealliance/wasmtime/archive/v{version}.tar.gz"],
808-
release_date = "2022-11-11",
808+
release_date = "2022-11-10",
809809
use_category = ["dataplane_ext"],
810810
extensions = ["envoy.wasm.runtime.wasmtime"],
811811
cpe = "cpe:2.3:a:bytecodealliance:wasmtime:*",
@@ -1075,8 +1075,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
10751075
project_name = "WebAssembly for Proxies (C++ host implementation)",
10761076
project_desc = "WebAssembly for Proxies (C++ host implementation)",
10771077
project_url = "https://github.com/proxy-wasm/proxy-wasm-cpp-host",
1078-
version = "b0a0594e8ab4023857393fab349170fb487ec5a9",
1079-
sha256 = "c09325be96fc356b46cb33120b7b94d7ec5280ce0991b1bb98217401c3c47696",
1078+
version = "624ef2edac2cdc086e0339f36b32ef1a2ed7e270",
1079+
sha256 = "06077aa78c4a0349f4887ef9910c08b22eb842b2732750d298856dbf37adf251",
10801080
strip_prefix = "proxy-wasm-cpp-host-{version}",
10811081
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-host/archive/{version}.tar.gz"],
10821082
use_category = ["dataplane_ext"],
@@ -1092,19 +1092,19 @@ REPOSITORY_LOCATIONS_SPEC = dict(
10921092
"envoy.wasm.runtime.wavm",
10931093
"envoy.wasm.runtime.wasmtime",
10941094
],
1095-
release_date = "2022-10-09",
1095+
release_date = "2022-11-22",
10961096
cpe = "N/A",
10971097
),
10981098
proxy_wasm_rust_sdk = dict(
10991099
project_name = "WebAssembly for Proxies (Rust SDK)",
11001100
project_desc = "WebAssembly for Proxies (Rust SDK)",
11011101
project_url = "https://github.com/proxy-wasm/proxy-wasm-rust-sdk",
1102-
version = "0.2.0",
1103-
sha256 = "010249eac821641b32813670d0ec8a372899a70a7769de5e52e0292d8cd7e0d5",
1102+
version = "0.2.1",
1103+
sha256 = "23f3f2d8c4c8069a2e72693b350d7442b7722d334f73169eea78804ff70cde20",
11041104
strip_prefix = "proxy-wasm-rust-sdk-{version}",
11051105
urls = ["https://github.com/proxy-wasm/proxy-wasm-rust-sdk/archive/v{version}.tar.gz"],
11061106
use_category = ["test_only"],
1107-
release_date = "2022-04-08",
1107+
release_date = "2022-11-22",
11081108
cpe = "N/A",
11091109
),
11101110
emsdk = dict(

0 commit comments

Comments
 (0)