From b60507eddfaac2fd27d304c0820f8e5a843d2967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:19:47 +0000 Subject: [PATCH] chore(deps): bump weh-bindings from 0.5 to 0.6.0 Bumps `weh-bindings` from 0.5 to 0.6.0. Updates `at.released.weh:bindings-chasm-wasip1` from 0.5 to 0.6.0 - [Release notes](https://github.com/illarionov/wasi-emscripten-host/releases) - [Changelog](https://github.com/illarionov/wasi-emscripten-host/blob/main/CHANGELOG.md) - [Commits](https://github.com/illarionov/wasi-emscripten-host/compare/0.5...0.6.0) Updates `at.released.weh:bindings-chasm-emscripten` from 0.5 to 0.6.0 - [Release notes](https://github.com/illarionov/wasi-emscripten-host/releases) - [Changelog](https://github.com/illarionov/wasi-emscripten-host/blob/main/CHANGELOG.md) - [Commits](https://github.com/illarionov/wasi-emscripten-host/compare/0.5...0.6.0) Updates `at.released.weh:bindings-chicory-wasip1` from 0.5 to 0.6.0 - [Release notes](https://github.com/illarionov/wasi-emscripten-host/releases) - [Changelog](https://github.com/illarionov/wasi-emscripten-host/blob/main/CHANGELOG.md) - [Commits](https://github.com/illarionov/wasi-emscripten-host/compare/0.5...0.6.0) Updates `at.released.weh:bindings-chicory-emscripten` from 0.5 to 0.6.0 - [Release notes](https://github.com/illarionov/wasi-emscripten-host/releases) - [Changelog](https://github.com/illarionov/wasi-emscripten-host/blob/main/CHANGELOG.md) - [Commits](https://github.com/illarionov/wasi-emscripten-host/compare/0.5...0.6.0) --- updated-dependencies: - dependency-name: at.released.weh:bindings-chasm-wasip1 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: at.released.weh:bindings-chasm-emscripten dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: at.released.weh:bindings-chicory-wasip1 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: at.released.weh:bindings-chicory-emscripten dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 10ef0aa9e15..ccad84275de 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -194,7 +194,7 @@ mcp4k = "0.4.3" dflib = "2.0.0-M3" ldaptive = "2.4.1" chicory = "1.5.1" -weh-bindings = "0.5" +weh-bindings = "0.6.0" wasm2class = "0.5.0" zerofs = "0.1.0" quickjs4j = "0.0.4"