From aceaf1b9aa50671dcbc030500e67af9a1ed1aeb0 Mon Sep 17 00:00:00 2001 From: Javier Arias Date: Tue, 26 Nov 2024 17:16:22 +0000 Subject: [PATCH] Remove redundant dependencies in thoth-app --- Cargo.lock | 3 --- thoth-app/Cargo.toml | 3 --- 2 files changed, 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72ea31048..4f9ee9dd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3486,13 +3486,11 @@ dependencies = [ name = "thoth-app" version = "0.13.2" dependencies = [ - "anyhow", "chrono", "dotenv", "getrandom", "gloo-storage 0.3.0", "gloo-timers 0.3.0", - "log", "reqwest", "semver", "serde", @@ -3500,7 +3498,6 @@ dependencies = [ "thiserror", "thoth-api", "thoth-errors", - "url", "uuid", "wasm-bindgen", "wasm-logger", diff --git a/thoth-app/Cargo.toml b/thoth-app/Cargo.toml index 0a212bef3..eccb5bbc0 100644 --- a/thoth-app/Cargo.toml +++ b/thoth-app/Cargo.toml @@ -13,11 +13,9 @@ build = "build.rs" maintenance = { status = "actively-developed" } [dependencies] -anyhow = "1.0.93" chrono = { version = "0.4.38", features = ["serde"] } gloo-storage = "0.3.0" gloo-timers = "0.3.0" -log = "0.4.22" thiserror = "1.0.69" yew = "0.19.3" yew-agent = "0.1.0" @@ -30,7 +28,6 @@ reqwest = { version = "0.12", features = ["json"] } semver = "1.0.23" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -url = "2.5.4" uuid = { version = "1.11.0", features = ["serde", "v4"] } # `getrandom` is a dependency of `uuid`, we need to explicitly import and include the `js` feature to enable wasm # https://docs.rs/getrandom/latest/getrandom/#webassembly-support