From 4ea803251dd8e210ce87c81f41b75b7b0282c076 Mon Sep 17 00:00:00 2001 From: Xiaobo Liu Date: Wed, 9 Oct 2024 11:06:26 +0000 Subject: 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 --- .bleep | 2 +- pingora-core/Cargo.toml | 1 - pingora/Cargo.toml | 1 - 3 files changed, 1 insertion(+), 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" -- cgit v1.2.3