From 9dee8e6775d95c9e5a28e7602a1232a94ee1f1d7 Mon Sep 17 00:00:00 2001 From: Kevin Guthrie Date: Fri, 17 May 2024 17:02:48 -0400 Subject: Dropping the clap version to the most recent compatible with our rust 1.72 --- pingora-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pingora-proxy') diff --git a/pingora-proxy/Cargo.toml b/pingora-proxy/Cargo.toml index 29b7ec2..2e75cc6 100644 --- a/pingora-proxy/Cargo.toml +++ b/pingora-proxy/Cargo.toml @@ -31,7 +31,7 @@ async-trait = { workspace = true } log = { workspace = true } h2 = { workspace = true } once_cell = { workspace = true } -clap = { version = "4.4.18", features = ["derive"] } +clap = { version = "3.2.25", features = ["derive"] } regex = "1" [dev-dependencies] -- cgit v1.2.3