diff --git a/Cargo.toml b/Cargo.toml index b8ea534..cdc53d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Daniil Gentili "] edition = "2021" [dependencies] -ext-php-rs = "0.10.4" +ext-php-rs = "^0.12.0" tokio = { version = "1", features = ["full"] } tokio-pipe = "^0.2" lazy_static = "1.4.0"