Skip to content

Commit d2b2071

Browse files
authored
deps: Bump com_github_wasmtime -> 1.0.2 (#24086)
Fix: - CVE-2022-39392 - CVE-2022-39393 - CVE-2022-39394 Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: Ryan Northey <[email protected]>
1 parent 04dd76b commit d2b2071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -983,11 +983,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
983983
project_name = "wasmtime",
984984
project_desc = "A standalone runtime for WebAssembly",
985985
project_url = "https://github.com/bytecodealliance/wasmtime",
986-
version = "1.0.0",
987-
sha256 = "af9906ce0c30f3de2bc967342735809817e74875cf8b3f509efd297887f54a1c",
986+
version = "1.0.2",
987+
sha256 = "b8883c009388a2d400c266c5a335afa8ebe509d9cc7eb2ab32e7173b7e7f6061",
988988
strip_prefix = "wasmtime-{version}",
989989
urls = ["https://github.com/bytecodealliance/wasmtime/archive/v{version}.tar.gz"],
990-
release_date = "2022-09-20",
990+
release_date = "2022-11-11",
991991
use_category = ["dataplane_ext"],
992992
extensions = ["envoy.wasm.runtime.wasmtime"],
993993
cpe = "cpe:2.3:a:bytecodealliance:wasmtime:*",

0 commit comments

Comments
 (0)