From 469c30084dcd005a58a4ee13f80ac1dfea20e737 Mon Sep 17 00:00:00 2001 From: Ruben Rosario Date: Sun, 21 Jun 2026 10:03:11 +0100 Subject: [PATCH] feat: add yup-oauth2 dependency, remove url and webbrowser --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 842cdb0..e8cb5ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,4 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" chrono = { version = "0.4", features = ["serde"] } dirs = "6" -url = "2" -webbrowser = "1" +yup-oauth2 = { version = "8", features = ["rustls-tls"] }