diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index a7a5180c69334..2f062db11bb3a 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -804,11 +804,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Webassembly Micro Runtime", project_desc = "A standalone runtime with a small footprint for WebAssembly", project_url = "https://github.com/bytecodealliance/wasm-micro-runtime", - version = "WAMR-12-30-2021", - sha256 = "ab6e8643ec553347b0e129a355dc723969f49355d1d5bfa74d724d984c238037", + version = "WAMR-05-18-2022", + sha256 = "c71f571f99c7028fd7595126ec25d6df4bc9ba62702bb88cbd5ea8a29e477f12", strip_prefix = "wasm-micro-runtime-{version}", urls = ["https://github.com/bytecodealliance/wasm-micro-runtime/archive/{version}.tar.gz"], - release_date = "2021-12-30", + release_date = "2022-05-18", use_category = ["dataplane_ext"], extensions = ["envoy.wasm.runtime.wamr"], cpe = "N/A", @@ -1119,8 +1119,8 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "WebAssembly for Proxies (C++ host implementation)", project_desc = "WebAssembly for Proxies (C++ host implementation)", project_url = "https://github.com/proxy-wasm/proxy-wasm-cpp-host", - version = "bcd1c4a698ca2cee79959e150ba3b02ffa790eea", - sha256 = "b1124d3667c24d1ad3ddb8f12c3646fe9bf31a1316dd4ce50efc9f1a2f82f68a", + version = "2cf68d6c00b4141ecf2afb5e5d51ebd21a27ed43", + sha256 = "6314d3e36e8aa9c4e792772b66f773fcfd58affcd4fd437c6d3dc540165e7fc6", strip_prefix = "proxy-wasm-cpp-host-{version}", urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-host/archive/{version}.tar.gz"], use_category = ["dataplane_ext"], @@ -1136,7 +1136,7 @@ REPOSITORY_LOCATIONS_SPEC = dict( "envoy.wasm.runtime.wavm", "envoy.wasm.runtime.wasmtime", ], - release_date = "2022-07-12", + release_date = "2022-07-13", cpe = "N/A", ), proxy_wasm_rust_sdk = dict(