aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorXiaobo Liu <[email protected]>2024-10-09 11:06:26 +0000
committerMatthew (mbg) <[email protected]>2024-11-08 10:14:21 -0800
commit49e8d31206df85d8048574c5dd1838870d443cc0 (patch)
tree1b54dc9d6edafa6da21b582f9ad3fc3a90da2e03
parente18f41bb6ddb1d6354e824df3b91d77f3255bea2 (diff)
downloadpingora-49e8d31206df85d8048574c5dd1838870d443cc0.tar.gz
pingora-49e8d31206df85d8048574c5dd1838870d443cc0.zip
Remove unused `matches=0.1` dependency crate
The rust 2021 use rust version is 1.56.0, `matches` included in the standard library prelude and thus is automatically in scope. Includes-commit: ebc6cbfd1039273c2b9620bd4c70a395afccfc3a Replicated-from: https://github.com/cloudflare/pingora/pull/414 Signed-off-by: Xiaobo Liu <[email protected]>
-rw-r--r--.bleep2
-rw-r--r--pingora-core/Cargo.toml1
-rw-r--r--pingora/Cargo.toml1
3 files changed, 1 insertions, 3 deletions
diff --git a/.bleep b/.bleep
index 3fcdfe3..cbcf6cc 100644
--- a/.bleep
+++ b/.bleep
@@ -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"