From b6cbc22e912deeb62ae4be8f92e3807fee765059 Mon Sep 17 00:00:00 2001 From: bit-aloo Date: Tue, 24 Sep 2024 13:37:20 +0530 Subject: [PATCH] fix-ci --- 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 2c3db9c..7fed153 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.5.0", git = "https://github.com/demand-open-source/demand-easy-sv2" } +demand-easy-sv2 = { version = "=0.6.0" } prometheus = "0.13" warp = "0.3" tokio = { version = "1.36.0", features = ["full", "tracing"] }