From 253b747264558dfe8ed3aa6b500e75b8fc83c1e0 Mon Sep 17 00:00:00 2001 From: Gabriele Vernetti <62447440+GitGab19@users.noreply.github.com> Date: Sun, 18 Aug 2024 15:36:25 +0200 Subject: [PATCH] Update demand-easy-sv2 version --- sv2-custom-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv2-custom-proxy/Cargo.toml b/sv2-custom-proxy/Cargo.toml index 80ea720..2c3db9c 100644 --- a/sv2-custom-proxy/Cargo.toml +++ b/sv2-custom-proxy/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -demand-easy-sv2 = { version = "0.4.0", git = "https://github.com/demand-open-source/demand-easy-sv2" } +demand-easy-sv2 = { version = "0.5.0", git = "https://github.com/demand-open-source/demand-easy-sv2" } prometheus = "0.13" warp = "0.3" tokio = { version = "1.36.0", features = ["full", "tracing"] }