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

Bump wasmtime-wasi from 17.0.1 to 18.0.1 #2701

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2024

Bumps wasmtime-wasi from 17.0.1 to 18.0.1.

Release notes

Sourced from wasmtime-wasi's releases.

v18.0.1

18.0.1

Released 2024-02-20.

Fixed

  • Fixed a mistake in the CI release process that caused the crates.io publication of the 18.0.0 release to not succeed. #7966

v18.0.0

18.0.0

Released 2024-02-20.

Added

  • The wasmtime-c-api-impl crate is now published on crates.io. #7837

  • A new EngineWeak type enables holding a weak pointer to an engine with the ability to dynamically and fallibly upgrade it to an Engine. #7797

  • The WebAssembly tail calls proposal can now be enabled through the C API. #7811

  • The import and export types of a Component can now be inspected at runtime. #7804

  • New APIs/types have been added to support a faster version of looking up module exports without using string lookups with Module::get_export_index. #7828

Changed

  • Owned resources represented with ResourceAny can now be passed as arguments to functions that require a borrow<T> parameter. #7783

  • Generated structures from wasmtime::component::bindgen! for exported interfaces are now all renamed to Guest to avoid conflicting with WIT names. #7794

  • Guest profiler output will now automatically demangle symbols.

... (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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) from 17.0.1 to 18.0.1.
- [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@v17.0.1...v18.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 21, 2024
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 17.0.1 to 18.0.1.
- [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@v17.0.1...v18.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@codecov-commenter
Copy link

codecov-commenter commented Feb 21, 2024

Codecov Report

Merging #2701 (8ce8284) into main (e44ce9e) will not change coverage.
Report is 4 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2701   +/-   ##
=======================================
  Coverage   65.40%   65.40%           
=======================================
  Files         133      133           
  Lines       16942    16942           
=======================================
  Hits        11081    11081           
  Misses       5861     5861           

@YJDoc2 YJDoc2 changed the base branch from main to dependabot/cargo/wasmtime-18.0.1 February 21, 2024 16:17
@YJDoc2 YJDoc2 changed the base branch from dependabot/cargo/wasmtime-18.0.1 to main February 21, 2024 16:18
…/wasmtime-wasi-18.0.1

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
@YJDoc2 YJDoc2 merged commit 919ff4a into main Feb 22, 2024
28 checks passed
@YJDoc2 YJDoc2 deleted the dependabot/cargo/wasmtime-wasi-18.0.1 branch February 22, 2024 09:00
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

2 participants