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"