Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bazel/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ wasmtime:
project_name: "wasmtime"
project_desc: "A standalone runtime for WebAssembly"
project_url: "https://github.com/bytecodealliance/wasmtime"
release_date: "2026-04-09"
release_date: "2026-06-15"
use_category:
- dataplane_ext
extensions:
Expand Down Expand Up @@ -1233,7 +1233,7 @@ proxy_wasm_cpp_host:
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"
release_date: "2026-06-22"
release_date: "2026-06-23"
use_category:
- dataplane_ext
extensions:
Expand Down
8 changes: 4 additions & 4 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://github.com/bytecodealliance/wasm-micro-runtime/archive/{version}.tar.gz"],
),
wasmtime = dict(
version = "42.0.2",
sha256 = "96b94e150a3877d98cdc2e27bcd65ba89155ad67fa16c48fad6216664cb60d29",
version = "45.0.2",
sha256 = "a95cf57008b87dbe1cdaba220ea58b75bb0b53369e166fe21e729011bd25e9e8",
strip_prefix = "wasmtime-{version}",
urls = ["https://github.com/bytecodealliance/wasmtime/archive/v{version}.tar.gz"],
),
Expand Down Expand Up @@ -623,8 +623,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/{version}.tar.gz"],
),
proxy_wasm_cpp_host = dict(
version = "09e5f8d6658fdb77f3d5859b27141e79514e371c",
sha256 = "366e7598d4931a96fd1c5b0482f87076d863810049aa3a8ce921616592ed3e8c",
version = "f2db56af443571e92a31c0b877106d9ea96e19ef",
sha256 = "34dac5bcebf0b156e435bf8dd9bdac5be60b95f967c420c680578d73af28c604",
strip_prefix = "proxy-wasm-cpp-host-{version}",
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-host/archive/{version}.tar.gz"],
),
Expand Down
Loading