From 7b952b467c14ac4a8a60d0e8aa25effae11c7684 Mon Sep 17 00:00:00 2001 From: Ara Sadoyan Date: Tue, 30 Jun 2026 13:34:08 +0200 Subject: [PATCH] Removed futures dependency, migrated to tokio::sync::mpsc . closed #45 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 689eab1..7b83b5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aralez" -version = "0.92.12" +version = "0.92.13" edition = "2021" license = "Apache-2.0" description = "Reverse proxy built on top of Cloudflare's Pingora"