From 94add2dd90f320b46a6451b2f44d9edaba832a5b Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Mon, 26 May 2025 15:42:56 -0400 Subject: [PATCH] chore(deps): `ureq` = `2` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47c96a3..44c8804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ log = "^0.4" regex = "^1.10.2" toml = "^0" dirs = "^5.0.0" -ureq = { version = "*", features = ["json"] } +ureq = { version = "2", features = ["json"] } retry = "^2.0.0" iced = { version = "^0.12.0", features = ["advanced", "image"] } rfd = "^0.14"