From e68e4158377f1e8b8630d1b256b231d77fbda27b Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:48:56 +0100 Subject: [PATCH] style: fmt Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3fd245e3b..9e70d11ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,6 +80,7 @@ merge = { workspace = true } bytesize = { workspace = true } comfy-table = { workspace = true } +dav-server = { version = "0.5.8", default-features = false, features = ["warp-compat"], optional = true } dialoguer = { workspace = true } directories = { workspace = true } gethostname = { workspace = true } @@ -90,9 +91,8 @@ jemallocator-global = { version = "0.3.2", optional = true } mimalloc = { version = "0.1.39", default_features = false, optional = true } rhai = { workspace = true } simplelog = { workspace = true } -dav-server = { version = "0.5.8", default-features = false, features = ["warp-compat"], optional = true } +tokio = { version = "1", optional = true } warp = { version = "0.3.6", optional = true } -tokio = {version = "1", optional = true } [dev-dependencies] abscissa_core = { workspace = true, features = ["testing"] }