diff options
author | Kevin Guthrie <[email protected]> | 2024-05-17 17:02:48 -0400 |
---|---|---|
committer | Edward Wang <[email protected]> | 2024-05-24 10:00:06 -0700 |
commit | 9dee8e6775d95c9e5a28e7602a1232a94ee1f1d7 (patch) | |
tree | b173779d107d817c7cfb82bd3f408e58fb03f86e /pingora-proxy | |
parent | 795594db83cf30dee3ba6955f17bc1334f03d41b (diff) | |
download | pingora-9dee8e6775d95c9e5a28e7602a1232a94ee1f1d7.tar.gz pingora-9dee8e6775d95c9e5a28e7602a1232a94ee1f1d7.zip |
Dropping the clap version to the most recent compatible with our rust 1.72
Diffstat (limited to 'pingora-proxy')
-rw-r--r-- | pingora-proxy/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |