Skip to content

Commit 24177b8

Browse files
build(deps): update wit-bindgen requirement from 0.52.0 to 0.53.1 (#180)
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](bytecodealliance/wit-bindgen@v0.52.0...v0.53.1) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.53.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2b4874 commit 24177b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/cloudflare/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ forced-target = "wasm32-wasip2"
1111
common = { path = "../../common" }
1212

1313
# Wasm plugin
14-
wit-bindgen = "0.52.0"
14+
wit-bindgen = "0.53.1"
1515

1616
# Error handling
1717
anyhow = "1.0.99"

plugins/local/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ forced-target = "wasm32-wasip2"
1111
common = { path = "../../common" }
1212

1313
# Wasm plugin
14-
wit-bindgen = "0.52.0"
14+
wit-bindgen = "0.53.1"
1515

1616
# Error handling
1717
anyhow = "1.0.99"

plugins/pelican/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ forced-target = "wasm32-wasip2"
1111
common = { path = "../../common" }
1212

1313
# Wasm plugin
14-
wit-bindgen = "0.52.0"
14+
wit-bindgen = "0.53.1"
1515

1616
# Error handling
1717
anyhow = "1.0.99"

0 commit comments

Comments
 (0)