Skip to content

Commit

Permalink
Update ext-php-rs requirement from 0.10.1 to 0.11.2
Browse files Browse the repository at this point in the history
Updates the requirements on [ext-php-rs](https://github.com/davidcole1340/ext-php-rs) to permit the latest version.
- [Release notes](https://github.com/davidcole1340/ext-php-rs/releases)
- [Changelog](https://github.com/davidcole1340/ext-php-rs/blob/master/CHANGELOG.md)
- [Commits](davidcole1340/ext-php-rs@v0.10.1...v0.11.2)

---
updated-dependencies:
- dependency-name: ext-php-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent e458360 commit 8f66914
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 @@ -13,7 +13,7 @@ crate-type = ["cdylib"]

[dependencies]
cargo-php = "0.1.7"
ext-php-rs = "0.10.1"
ext-php-rs = "0.11.2"
wasmer = { version = "4.1.0", default-features = true, features = ["sys"] }
wasmer-compiler = "4.1.0"

Expand Down

0 comments on commit 8f66914

Please sign in to comment.