Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump wit-bindgen from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@wit-bindgen-0.11.0...wit-bindgen-0.12.0)

---
updated-dependencies:
- dependency-name: wit-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 48a790e commit 8622893
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 24 deletions.
65 changes: 43 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion homestar-functions/add/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = { workspace = true }
rust-version = { workspace = true }

[dependencies]
wit-bindgen = "0.11"
wit-bindgen = "0.12"

[lib]
doc = false
Expand Down
2 changes: 1 addition & 1 deletion homestar-functions/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = { workspace = true }

[dependencies]
image = { version = "0.24", default-features = false, features = ["png"] }
wit-bindgen = "0.11"
wit-bindgen = "0.12"

[dev-dependencies]
image = { version = "0.24", default-features = false, features = [
Expand Down

0 comments on commit 8622893

Please sign in to comment.