Skip to content

Commit

Permalink
deps: Bump com_github_wasmtime -> 2.0.2
Browse files Browse the repository at this point in the history
- `proxy_wasm_cpp_host`
- `proxy_wasm_rust_sdk`

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Nov 26, 2022
1 parent cd30995 commit 37be2ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -767,11 +767,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "wasmtime",
project_desc = "A standalone runtime for WebAssembly",
project_url = "https://github.com/bytecodealliance/wasmtime",
version = "1.0.2",
sha256 = "b8883c009388a2d400c266c5a335afa8ebe509d9cc7eb2ab32e7173b7e7f6061",
version = "2.0.2",
sha256 = "f850c7d2480e71b587a7102d8814e127dc9bf8370ffa0e382fe86ec80d629190",
strip_prefix = "wasmtime-{version}",
urls = ["https://github.com/bytecodealliance/wasmtime/archive/v{version}.tar.gz"],
release_date = "2022-11-11",
release_date = "2022-11-10",
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.wasmtime"],
cpe = "cpe:2.3:a:bytecodealliance:wasmtime:*",
Expand Down Expand Up @@ -1041,8 +1041,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 = "b0a0594e8ab4023857393fab349170fb487ec5a9",
sha256 = "c09325be96fc356b46cb33120b7b94d7ec5280ce0991b1bb98217401c3c47696",
version = "624ef2edac2cdc086e0339f36b32ef1a2ed7e270",
sha256 = "06077aa78c4a0349f4887ef9910c08b22eb842b2732750d298856dbf37adf251",
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"],
Expand All @@ -1058,19 +1058,19 @@ REPOSITORY_LOCATIONS_SPEC = dict(
"envoy.wasm.runtime.wavm",
"envoy.wasm.runtime.wasmtime",
],
release_date = "2022-10-09",
release_date = "2022-11-22",
cpe = "N/A",
),
proxy_wasm_rust_sdk = dict(
project_name = "WebAssembly for Proxies (Rust SDK)",
project_desc = "WebAssembly for Proxies (Rust SDK)",
project_url = "https://github.com/proxy-wasm/proxy-wasm-rust-sdk",
version = "0.2.0",
sha256 = "010249eac821641b32813670d0ec8a372899a70a7769de5e52e0292d8cd7e0d5",
version = "0.2.1",
sha256 = "23f3f2d8c4c8069a2e72693b350d7442b7722d334f73169eea78804ff70cde20",
strip_prefix = "proxy-wasm-rust-sdk-{version}",
urls = ["https://github.com/proxy-wasm/proxy-wasm-rust-sdk/archive/v{version}.tar.gz"],
use_category = ["test_only"],
release_date = "2022-04-08",
release_date = "2022-11-22",
cpe = "N/A",
),
emsdk = dict(
Expand Down

0 comments on commit 37be2ff

Please sign in to comment.