Update Rust crate ureq to 2.9
All checks were successful
ci/woodpecker/push/linux Pipeline was successful
ci/woodpecker/push/mingw Pipeline was successful

This commit is contained in:
Renovate Bot 2024-01-06 01:00:25 +01:00 committed by nyyu
parent 87e09622dc
commit e9f23bfe3d

View File

@ -14,7 +14,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = {version = "1.0", features = ["preserve_order"]}
simple_logger = "4.0"
ureq = {version = "2.7", features = ["json"]}
ureq = {version = "2.9", features = ["json"]}
[target.'cfg(windows)'.dependencies]
winreg = "0.52"