From ac64cb90221156cb4b744ab2fc70a3cde4d07e40 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sat, 16 Dec 2023 10:18:01 +0300 Subject: [PATCH] Remove once_cell from deps Signed-off-by: Ivan Bushchik --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55d73d6..679c7cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binhost" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" repository = "https://github.com/ivabus/binhost" @@ -10,7 +10,6 @@ description = "HTTP server to easily serve files" clap = { version = "4.4.11", features = ["derive"] } rocket = "0.5.0" serde = { version = "1.0.193", features = ["derive"] } -once_cell = "1.19.0" sha2 = { version = "0.10.8", optional = true } [features]