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 wasmer from 4.2.0 to 4.2.1 #857

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps wasmer from 4.2.0 to 4.2.1.

Release notes

Sourced from wasmer's releases.

Release v4.2.1

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v4.2.1"

See full list of changes in the CHANGELOG

Changelog

Sourced from wasmer's changelog.

4.2.1 - 28/09/2023

New release of wasmer with improved WASIX compatibility. MSRV was bumped to 1.70 for this release.

Now it is possible for packages to execute atoms from their dependencies, enabling e.g. python packages to not include the binary but use the one from the official python package.

Added

  • #4213 feat(wasix): Add BuiltinPackageLoader::insert_cached
  • #4202 Add support for JoinFlags::NON_BLOCKING to proc_join

Changed

  • #4223 Allow packages to have commands that use a dependency's atom
  • #4224 Use write instead of send for pipe, to accomodate socketpair
  • #4221 Bump the MSRV from 1.69 to 1.70
  • #4214 Rephrase the docstring for --forward-host-env flag on wasmer run
  • #4215 Ignore fd_close(3) to avoid breaking POSIX programs that blindly close all file descriptors
  • #4204 Stability improvements

Fixed

  • #4211 Fixes for sockets
  • #4193 Fix sockets
  • #4205 Fix File System Merging Problems
Commits
  • 6a34a59 Merge pull request #4233 from wasmerio/release-4.2.1
  • 9639088 Downgraded wat to 1.0.71
  • 5698a5f Update changelog
  • 9302066 Update package versions
  • 7fb755a Update wasi-web Cargo.lock
  • 1f7004d Release 4.2.1
  • 8754730 Update CHANGELOG
  • a6b5b23 Merge pull request #4223 from wasmerio/update-webc
  • 3673114 The ".git/" directory doesn't exist when testing MUSL
  • 1d36152 We were using the wrong WASI annotations, so quickjs would loop infinitely on...
  • Additional commits viewable in compare view

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)

Bumps [wasmer](https://github.com/wasmerio/wasmer) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md)
- [Commits](wasmerio/wasmer@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: wasmer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 2, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2023

Superseded by #864.

@dependabot dependabot bot closed this Oct 9, 2023
@dependabot dependabot bot deleted the dependabot/cargo/wasmer-4.2.1 branch October 9, 2023 19:39
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.

0 participants