Update dependencies (#513)

Running `cargo update -v` shows that we could update `zip` from 5 to 8,
but our current version 5.1.1 is still less than a year old and there is
no reason to introduce this update churn (for example, Debian still has
zip 5 in testing). We can still release a patch update later to bump zip
to version 8, if this makes packaging easier.
This commit is contained in:
Niklas Mohrin 2026-08-19 15:37:22 +02:00 committed by GitHub
commit f9fab32812
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 356 additions and 502 deletions

878
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@ log = "0.4"
serde = "1.0.21"
serde_derive = "1.0.21"
ureq = { version = "3.0.8", default-features = false, features = ["gzip", "socks-proxy"] }
toml = "0.9"
toml = "1"
yansi = "1"
zip = { version = "5.1.1", default-features = false, features = ["deflate"] }