diff options
author | Ivan Babrou <[email protected]> | 2024-11-03 20:40:16 +0000 |
---|---|---|
committer | Edward Wang <[email protected]> | 2024-11-22 16:03:16 -0800 |
commit | ae9c80bb47804f2913e49f82eaaa28294f81a458 (patch) | |
tree | 090c62bbe8f20ecdc26981ae16e2f051bd871e10 /pingora-core | |
parent | 575d1aafd7c679a50a443701a4c55dcfdbc443b2 (diff) | |
download | pingora-ae9c80bb47804f2913e49f82eaaa28294f81a458.tar.gz pingora-ae9c80bb47804f2913e49f82eaaa28294f81a458.zip |
Prune unused deps and run cargo-machete in ci
Includes-commit: 7cee7a7e368a6e445903af1d59d92c680948ed2b
Replicated-from: https://github.com/cloudflare/pingora/pull/454
Diffstat (limited to 'pingora-core')
-rw-r--r-- | pingora-core/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pingora-core/Cargo.toml b/pingora-core/Cargo.toml index 529e3f5..350be2f 100644 --- a/pingora-core/Cargo.toml +++ b/pingora-core/Cargo.toml @@ -35,7 +35,6 @@ bytes = { workspace = true } http = { workspace = true } log = { workspace = true } h2 = { workspace = true } -lru = { workspace = true } clap = { version = "3.2.25", features = ["derive"] } once_cell = { workspace = true } serde = { version = "1.0", features = ["derive"] } @@ -44,7 +43,6 @@ strum = "0.26.2" strum_macros = "0.26.2" libc = "0.2.70" chrono = { version = "~0.4.31", features = ["alloc"], default-features = false } -thread_local = "1.0" prometheus = "0.13" sentry = { version = "0.26", features = [ "backtrace", |