From af977a1ee0351b80bac25d339d95acbee2fb2d07 Mon Sep 17 00:00:00 2001 From: VC Date: Wed, 9 Oct 2024 11:14:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96:=20remove=20rand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a1d4d3..cef67ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1292,7 +1292,6 @@ dependencies = [ "log", "megalodon", "oauth1-request", - "rand", "regex", "reqwest 0.11.27", "rusqlite", diff --git a/Cargo.toml b/Cargo.toml index 9ae0da1..1270112 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rand = "^0.8" # /!\ to be removed chrono = "^0.4" clap = "^4" env_logger = "^0.10"