Skip to content

Commit e1b055a

Browse files
build(deps): update wit-bindgen requirement from 0.48.1 to 0.49.0 (#169)
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.48.1...v0.49.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.49.0 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 1ec7b56 commit e1b055a

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.48.1"
14+
wit-bindgen = "0.49.0"
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.48.1"
14+
wit-bindgen = "0.49.0"
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.48.1"
14+
wit-bindgen = "0.49.0"
1515

1616
# Error handling
1717
anyhow = "1.0.99"

0 commit comments

Comments
 (0)