mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-27 02:20:40 +02:00
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:
parent
fbc7520f8c
commit
f9fab32812
2 changed files with 356 additions and 502 deletions
878
Cargo.lock
generated
878
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue