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"