diff options
-rw-r--r-- | .bleep | 2 | ||||
-rw-r--r-- | pingora-core/Cargo.toml | 2 | ||||
-rw-r--r-- | pingora-proxy/Cargo.toml | 2 | ||||
-rw-r--r-- | pingora/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1 +1 @@ -4fac032747f22ebdfbd045342659a5d7086559d7
\ No newline at end of file +755ce66cddc4805c0a264c31a2e3cd7cab352755
\ No newline at end of file diff --git a/pingora-core/Cargo.toml b/pingora-core/Cargo.toml index 586b86f..ebbe4c0 100644 --- a/pingora-core/Cargo.toml +++ b/pingora-core/Cargo.toml @@ -36,7 +36,7 @@ log = { workspace = true } h2 = { workspace = true } lru = { workspace = true } nix = "~0.24.3" -clap = { version = "4.4.18", features = ["derive"] } +clap = { version = "3.2.25", features = ["derive"] } once_cell = { workspace = true } serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" 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] diff --git a/pingora/Cargo.toml b/pingora/Cargo.toml index 118a0a7..09ae1e7 100644 --- a/pingora/Cargo.toml +++ b/pingora/Cargo.toml @@ -30,7 +30,7 @@ pingora-proxy = { version = "0.2.0", path = "../pingora-proxy", optional = true, pingora-cache = { version = "0.2.0", path = "../pingora-cache", optional = true, default-features = false } [dev-dependencies] -clap = { version = "4.4.18", features = ["derive"] } +clap = { version = "3.2.25", features = ["derive"] } tokio = { workspace = true, features = ["rt-multi-thread", "signal"] } matches = "0.1" env_logger = "0.9" |