From 8fcce388b0a66ca69c71f2f428940a6f7f9258f2 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 25 Oct 2025 18:58:17 +0200 Subject: Use base62 characters for the file id --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 279698e..623afd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ edition = "2021" [dependencies] anyhow = "1.0" -base64 = "0.22" chrono = "0.4" const_format = "0.2" env_logger = "0.11" @@ -16,8 +15,7 @@ http-body-util = "0.1" hyper = { version = "1", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] } log = "0.4" -rand = { version = "0.8", features = ["getrandom"] } -rand_core = "0.6" +rand = "0.8" tempfile = "3.23" tokio = { version = "1", features = ["full"] } tokio-rusqlite = "0.6" -- cgit v1.2.3