From 7a4be9c69420322cf2718a576d378bd65a734bcd Mon Sep 17 00:00:00 2001 From: Tangel Date: Thu, 14 Dec 2023 07:27:01 +0000 Subject: [PATCH] fmt --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index afc8745..1c7a93f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,9 @@ tokio = { version = "1.34.0", features = [ "rt-multi-thread", "time", ] } -diesel = { version = "2.1.4", features = ["postgres"], default-features = false, optional = true } +diesel = { version = "2.1.4", features = [ + "postgres", +], default-features = false, optional = true } futures = "0.3.29" moka = { version = "0.12.1", features = ["future"] } @@ -68,7 +70,7 @@ axum = { git = "https://github.com/tokio-rs/axum.git", rev = "30afe97e99303fffc4 ], default-features = false, optional = true } tower = { version = "*", optional = true } hyper = { version = "*", optional = true } -http-body-util = {version = "0.1.0", optional = true } +http-body-util = { version = "0.1.0", optional = true } [dev-dependencies] anyhow = "1.0.75"