diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-07-08 22:41:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 20:41:38 +0000 |
| commit | 34990f7f0e25d51a76520edc1101df606013973f (patch) | |
| tree | 2fbb696427db022f28eddac5690e133130f2e96b /crates/typst-cli/Cargo.toml | |
| parent | d1c7d08893ef293e74ac0763005e1dd3f46e6495 (diff) | |
Bump dependencies (#4523)
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
| -rw-r--r-- | crates/typst-cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 1bfd7358..7ada123c 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -53,7 +53,7 @@ tar = { workspace = true } tempfile = { workspace = true } toml = { workspace = true } ureq = { workspace = true } -xz2 = { workspace = true, optional = true, features = ["static"] } +xz2 = { workspace = true, optional = true } zip = { workspace = true, optional = true } # Explicitly depend on OpenSSL if applicable, so that we can add the |
