From 1d3222b3a39835538ac431e71b2b80b7f8e51c56 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 26 Feb 2024 10:00:41 +0100 Subject: [PATCH] Bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdc53d3..24eecd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Daniil Gentili "] edition = "2021" [dependencies] -ext-php-rs = "^0.12.0" +ext-php-rs = "^0.12.1" tokio = { version = "1", features = ["full"] } tokio-pipe = "^0.2" lazy_static = "1.4.0"