From 043a30008e7579ba856ddbdccaf1b8c1b2526f10 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 11 Oct 2023 19:36:12 +0200 Subject: [PATCH] Bump --- examples/reqwest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"