From a747d54c2cae17f85117dbbcc3a5f4b3d3e52a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:49:09 +0000 Subject: [PATCH] chore: update wit-bindgen requirement from 0.36 to 0.61 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.36.0...v0.61.1) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.61.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/pypi-format/Cargo.toml | 2 +- plugins/rpm-format/Cargo.toml | 2 +- plugins/unity-format/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/pypi-format/Cargo.toml b/plugins/pypi-format/Cargo.toml index 777124d..ceff8c2 100644 --- a/plugins/pypi-format/Cargo.toml +++ b/plugins/pypi-format/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/artifact-keeper/artifact-keeper-example-plugin" crate-type = ["cdylib"] [dependencies] -wit-bindgen = "0.36" +wit-bindgen = "0.61" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/plugins/rpm-format/Cargo.toml b/plugins/rpm-format/Cargo.toml index f4f9d24..80dd099 100644 --- a/plugins/rpm-format/Cargo.toml +++ b/plugins/rpm-format/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/artifact-keeper/artifact-keeper-example-plugin" crate-type = ["cdylib"] [dependencies] -wit-bindgen = "0.36" +wit-bindgen = "0.61" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/plugins/unity-format/Cargo.toml b/plugins/unity-format/Cargo.toml index a347512..fcbf2a1 100644 --- a/plugins/unity-format/Cargo.toml +++ b/plugins/unity-format/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/artifact-keeper/artifact-keeper-example-plugin" crate-type = ["cdylib"] [dependencies] -wit-bindgen = "0.36" +wit-bindgen = "0.61" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"