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"