From 4da04d8983a0ea29e5d9f29d4bed93e2de4554a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:24:04 +0000 Subject: [PATCH] build(deps): update wit-bindgen requirement from 0.47.0 to 0.48.1 Updates the requirements on [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](https://github.com/bytecodealliance/wit-bindgen/compare/v0.47.0...v0.48.1) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.48.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/cloudflare/Cargo.toml | 2 +- plugins/local/Cargo.toml | 2 +- plugins/pelican/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/cloudflare/Cargo.toml b/plugins/cloudflare/Cargo.toml index 3d6dd24..86bb6f5 100644 --- a/plugins/cloudflare/Cargo.toml +++ b/plugins/cloudflare/Cargo.toml @@ -11,7 +11,7 @@ forced-target = "wasm32-wasip2" common = { path = "../../common" } # Wasm plugin -wit-bindgen = "0.47.0" +wit-bindgen = "0.48.1" # Error handling anyhow = "1.0.99" diff --git a/plugins/local/Cargo.toml b/plugins/local/Cargo.toml index 5e374fb..53a2663 100644 --- a/plugins/local/Cargo.toml +++ b/plugins/local/Cargo.toml @@ -11,7 +11,7 @@ forced-target = "wasm32-wasip2" common = { path = "../../common" } # Wasm plugin -wit-bindgen = "0.47.0" +wit-bindgen = "0.48.1" # Error handling anyhow = "1.0.99" diff --git a/plugins/pelican/Cargo.toml b/plugins/pelican/Cargo.toml index 9f71213..938dba2 100644 --- a/plugins/pelican/Cargo.toml +++ b/plugins/pelican/Cargo.toml @@ -11,7 +11,7 @@ forced-target = "wasm32-wasip2" common = { path = "../../common" } # Wasm plugin -wit-bindgen = "0.47.0" +wit-bindgen = "0.48.1" # Error handling anyhow = "1.0.99"