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 /Cargo.toml | |
| parent | d1c7d08893ef293e74ac0763005e1dd3f46e6495 (diff) | |
Bump dependencies (#4523)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -5,7 +5,7 @@ resolver = "2" [workspace.package] version = "0.11.0" -rust-version = "1.74" # also change in ci.yml +rust-version = "1.77" # also change in ci.yml authors = ["The Typst Project Developers"] edition = "2021" homepage = "https://typst.app" @@ -49,7 +49,7 @@ flate2 = "1" fontdb = { version = "0.18", default-features = false } fs_extra = "1.3" hayagriva = "0.5.3" -heck = "0.4" +heck = "0.5" hypher = "0.1.4" icu_properties = { version = "1.4", features = ["serde"] } icu_provider = { version = "1.4", features = ["sync"] } @@ -57,7 +57,7 @@ icu_provider_adapters = "1.4" icu_provider_blob = "1.4" icu_segmenter = { version = "1.4", features = ["serde"] } if_chain = "1" -image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] } +image = { version = "0.25", default-features = false, features = ["png", "jpeg", "gif"] } indexmap = { version = "2", features = ["serde"] } kamadak-exif = "0.5" kurbo = "0.11" @@ -109,7 +109,7 @@ time = { version = "0.3.20", features = ["formatting", "macros", "parsing"] } tiny-skia = "0.11" toml = { version = "0.8", default-features = false, features = ["parse", "display"] } ttf-parser = "0.21.0" -two-face = { version = "0.3.0", default-features = false, features = ["syntect-fancy"] } +two-face = { version = "0.4.0", default-features = false, features = ["syntect-fancy"] } typed-arena = "2" unicode-bidi = "0.3.13" unicode-ident = "1.0" @@ -121,13 +121,13 @@ unscanny = "0.1" ureq = { version = "2", default-features = false, features = ["native-tls", "gzip", "json"] } usvg = { version = "0.42", default-features = false, features = ["text"] } walkdir = "2" -wasmi = "0.31.0" +wasmi = "0.34.0" xmlparser = "0.13.5" xmlwriter = "0.1.0" xmp-writer = "0.2" -xz2 = "0.1" +xz2 = { version = "0.1", features = ["static"] } yaml-front-matter = "0.1" -zip = { version = "0.6", default-features = false, features = ["deflate"] } +zip = { version = "2", default-features = false, features = ["deflate"] } [profile.dev.package."*"] opt-level = 2 |
