build: Update dependecies

This commit is contained in:
Sergio Gasquez 2024-04-22 10:46:08 +02:00 committed by Sergio Gasquez Arcos
parent 67d80fcdc3
commit ff40b2926e
2 changed files with 458 additions and 200 deletions

654
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ guess_host_triple = "0.1.3"
log = "0.4.20"
miette = { version = "5.10.0", features = ["fancy"] }
regex = "1.10.3"
reqwest = { version = "0.11.24", features = ["blocking", "socks"] }
reqwest = { version = "0.12.4", features = ["blocking", "socks"] }
retry = "2.0.0"
serde_json = "1.0.113"
strum = { version = "0.26.1", features = ["derive"] }
@ -36,7 +36,7 @@ tokio = { version = "1.35.1", features = ["full"] }
tokio-retry = "0.3.0"
update-informer = "1.1.0"
xz2 = "0.1.7"
zip = "0.6.6"
zip = "1.1.1"
[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.63", features = ["vendored"] }