Skip to content

Commit

Permalink
Update wasmer requirement from 3.1.1 to 4.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wasmer](https://github.com/wasmerio/wasmer) to permit the latest version.
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md)
- [Commits](wasmerio/wasmer@v3.1.1...v4.1.0)

---
updated-dependencies:
- dependency-name: wasmer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent b90a46b commit a7b40f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]
[dependencies]
cargo-php = "0.1.7"
ext-php-rs = "0.10.1"
wasmer = { version = "3.1.1", default-features = true, features = ["sys"] }
wasmer = { version = "4.1.0", default-features = true, features = ["sys"] }
wasmer-compiler = "4.1.0"

[profile.release]
Expand Down

0 comments on commit a7b40f3

Please sign in to comment.