diff --git a/examples/reqwest/Cargo.toml b/examples/reqwest/Cargo.toml index 9a4aa1a..955794c 100644 --- a/examples/reqwest/Cargo.toml +++ b/examples/reqwest/Cargo.toml @@ -9,7 +9,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -php-tokio = "^0.1.3" +php-tokio = "^0.1.4" ext-php-rs = { version = "^0.10.2", features = ["anyhow"] } reqwest = "^0.11" anyhow = "^1.0"