From b119dc8a922444cd919a56b4620a3e9fa346f17c Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 3 Jul 2023 16:03:06 -0700 Subject: [PATCH] comment cleanup --- web3_proxy/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index 146414c7..6f868fb1 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -34,11 +34,6 @@ siwe = { git = "https://github.com/llamanodes/siwe-rs", rev = "013be5204ff1c8577 # TODO: import num_traits from sea-orm so we always have the same version # TODO: import chrono from sea-orm so we always have the same version # TODO: make sure this time version matches siwe. PR to put this in their prelude -# TODO: rdkafka has a tracing feature -# TODO: axum has a tracing feature -# TODO: siwe ha a ethers feature that is blocked by - -# TODO: hdrhistogram for automated tiers anyhow = { version = "1.0.71", features = ["backtrace"] } arc-swap = { version = "1.6.0" }