diff options
-rw-r--r-- | .bleep | 2 | ||||
-rw-r--r-- | pingora-core/Cargo.toml | 1 | ||||
-rw-r--r-- | pingora/Cargo.toml | 1 |
3 files changed, 1 insertions, 3 deletions
@@ -1 +1 @@ -92f47c7c3d831163573e595b4f99db68670647fa
\ No newline at end of file +396362a56a579d4e83f4022cdaf943c858f52a84
\ No newline at end of file diff --git a/pingora-core/Cargo.toml b/pingora-core/Cargo.toml index 4bf108b..529e3f5 100644 --- a/pingora-core/Cargo.toml +++ b/pingora-core/Cargo.toml @@ -78,7 +78,6 @@ nix = "~0.24.3" windows-sys = { version = "0.59.0", features = ["Win32_Networking_WinSock"] } [dev-dependencies] -matches = "0.1" env_logger = "0.9" reqwest = { version = "0.11", features = [ "rustls-tls", diff --git a/pingora/Cargo.toml b/pingora/Cargo.toml index c37d4a8..528e44e 100644 --- a/pingora/Cargo.toml +++ b/pingora/Cargo.toml @@ -36,7 +36,6 @@ document-features = { version = "0.2.10", optional = true } [dev-dependencies] clap = { version = "3.2.25", features = ["derive"] } tokio = { workspace = true, features = ["rt-multi-thread", "signal"] } -matches = "0.1" env_logger = "0.9" reqwest = { version = "0.11", features = ["rustls"], default-features = false } hyper = "0.14" |