From 03b4294680850b812bf1bfa4145010ee666b30ec Mon Sep 17 00:00:00 2001 From: PablitoAmaral Date: Tue, 16 Jul 2024 10:42:36 +0100 Subject: [PATCH] fix(spelling): add swepool to dictionary --- dictionary.txt | 1 + drip/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dictionary.txt b/dictionary.txt index a26f257b88..5d46bbb61a 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -1038,6 +1038,7 @@ supermajority supermolot svooltip svrcmd +swepool symlinker syncedstore syncmode diff --git a/drip/Cargo.toml b/drip/Cargo.toml index 557356b407..ed05240b74 100644 --- a/drip/Cargo.toml +++ b/drip/Cargo.toml @@ -7,6 +7,7 @@ version = "0.1.0" [dependencies] chain-utils = { workspace = true } +chrono = { workspace = true, features = ["clock"] } clap = { workspace = true, features = ["derive"] } dashmap = { workspace = true } prost = { workspace = true } @@ -19,7 +20,6 @@ tonic = { workspace = true, features = ["transport", "tls", "tls-ro tracing = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter", "json"] } unionlabs = { workspace = true } -chrono = { workspace = true, features = ["clock"]} async-graphql = "7.0.6" async-graphql-axum = "7.0.6"