Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump wasmtime-wit-bindgen from 14.0.4 to 15.0.0 #1078

Merged
merged 8 commits into from
Nov 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps wasmtime-wit-bindgen from 14.0.4 to 15.0.0.

Release notes

Sourced from wasmtime-wit-bindgen's releases.

v15.0.0

15.0.0

Released 2023-11-20.

Added

  • Multiple versions of interfaces are now supported in bindgen!. #7172

  • UDP has been implemented in wasi:sockets. #7148 #7243

  • Support for custom stack memory allocation has been added. #7209

  • The memory_init_cow setting can now be configured in the C API. #7227

  • The splice method of WASI streams has been implemented. #7234

  • Wasmtime binary releases now have a wasmtime-min executable in addition to libwasmtime-min.* libraries for the C API. These showcase a minimal build of Wasmtime for comparison. #7282 #7315 #7350

Changed

  • Many changes to wasi:http WITs have happened to keep up with the proposal as it prepares to reach a more stable status. #7161 #7406 #7383 #7417 #7451

  • Add an error resource to WASI streams. #7152

  • Syntax in bindgen!'s trappable_error_type configuration has changed. #7170

  • TCP errors in wasi:sockets have been simplified and clarified. #7120

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner November 22, 2023 23:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 22, 2023
@rvolosatovs rvolosatovs requested a review from a team as a code owner November 23, 2023 12:33
@rvolosatovs rvolosatovs enabled auto-merge (rebase) November 23, 2023 12:33
dependabot bot and others added 8 commits November 23, 2023 13:47
Bumps [wasmtime-wit-bindgen](https://github.com/bytecodealliance/wasmtime) from 14.0.4 to 15.0.0.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](bytecodealliance/wasmtime@v14.0.4...v15.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [wit-bindgen-core](https://github.com/bytecodealliance/wit-bindgen) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@wit-bindgen-core-0.13.1...wit-bindgen-core-0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [wit-component](https://github.com/bytecodealliance/wasm-tools) from 0.16.1 to 0.18.2.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@wit-component-0.16.1...wit-component-0.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [wit-parser](https://github.com/bytecodealliance/wasm-tools) from 0.12.2 to 0.13.0.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@wit-parser-0.12.2...wit-parser-0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
@rvolosatovs rvolosatovs force-pushed the dependabot/cargo/wasmtime-wit-bindgen-15.0.0 branch from 7c20069 to 59c414e Compare November 23, 2023 12:48
@rvolosatovs rvolosatovs merged commit 547ed47 into main Nov 23, 2023
50 checks passed
@rvolosatovs rvolosatovs deleted the dependabot/cargo/wasmtime-wit-bindgen-15.0.0 branch November 23, 2023 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants