wasmerio / wasmer-python

🐍🕸 WebAssembly runtime for Python
https://wasmer.io
MIT License
2.03k stars 79 forks source link

chore(deps): update wasmer-compiler-cranelift requirement from 2.1.1 to 4.1.2 in /packages/compiler-cranelift #768

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on wasmer-compiler-cranelift to permit the latest version.

Release notes

Sourced from wasmer-compiler-cranelift's releases.

Release v4.1.2

Install this version of wasmer:

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

See full list of changes in the CHANGELOG

Changelog

Sourced from wasmer-compiler-cranelift's changelog.

4.1.2 - 21/08/2023

Another maintenance release, bringing some networking improvements, and centralising all wasmer caches under the same folder.

Added

  • #4127 Add regression test for path_rename

Changed

  • #4164 deps: Bump Edge client CLI to 0.1.22
  • #4163 Bumped virtual-net crate to 0.5.0
  • #4156 Disable auto-format of toml files in VS Code
  • #4141 Web http client
  • #4152 Test virtual-net bincode and mpsc only on linux
  • #4115 Browser cfg, smaller WASM, VPN and HTTPS redirect
  • #4138 Upgrade wasmer-wasix to the newest version of wasm-bindgen
  • #4135 Update to time 0.3
  • #4109 Update MSRV to 1.69
  • #4130 Update to tracing-subscriber 0.3

Fixed

  • #4160 fix: Make the "wasmer cache" command use the same cache directory as the rest of the CLI
  • #4148 fix(cli): Prevent panics in "wasmer login" after API failures

4.1.1 - 03/08/2023

Bug-fix release, fixing rename in wasi(x), using newer Rust and some macOS ARM64 speicifc issues, among other things.

Added

  • #4120 Added proper definition of ucontext for macos/aarch64 to avoid unaligned issue
  • #4107 Added a forced shutdown on tokio runtimes as the STDIN blocks the shu…
  • #4108 Add a temporary workaround for nanasess/setup-chromedriver#190

Changed

  • #4123 Upgrade Edge CLI dependency
  • #4109 Update MSRV to 1.69
  • #4111 Update login.rs
  • #4102 Update to criterion 0.5

Fixed

  • #4121 Fix path_rename syscall failing
  • #4117 Fixed an issue where inheritance was inverted
  • #4096 Fix benchmark

... (truncated)

Commits


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 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[bot] commented 1 year ago

Superseded by #772.