diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-27 17:16:42 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-27 17:16:42 +0100 |
| commit | 3b9acf556337b9b2521bd48bd8dd3ad1a6079bf8 (patch) | |
| tree | e1ad3750a4bb0039caf3ea599faf6fef4f472b0d /Cargo.toml | |
| parent | 713cde11364121e2071dde45138ae560e3b8fe41 (diff) | |
Bump dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -47,11 +47,11 @@ hayagriva = "0.5" heck = "0.4" hypher = "0.1.4" iai = { git = "https://github.com/typst/iai", rev = "3f0f927" } -icu_properties = { version = "1.3", features = ["serde"] } -icu_provider = { version = "1.3", features = ["sync"] } -icu_provider_adapters = "1.3" -icu_provider_blob = "1.3" -icu_segmenter = { version = "1.3", features = ["serde"] } +icu_properties = { version = "1.4", features = ["serde"] } +icu_provider = { version = "1.4", features = ["sync"] } +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"] } include_dir = "0.7" @@ -65,7 +65,7 @@ miniz_oxide = "0.7" notify = "6" once_cell = "1" open = "5.0.1" -oxipng = { git = "https://github.com/typst/oxipng", rev = "b8ec65b", default-features = false, features = ["filetime", "parallel", "zopfli"] } +oxipng = { version = "9.0", default-features = false, features = ["filetime", "parallel", "zopfli"] } palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] } pathdiff = "0.2" pdf-writer = "0.9.2" @@ -104,7 +104,7 @@ tracing-flame = "0.2.0" tracing-subscriber = "0.3.17" ttf-parser = "0.19.2" typed-arena = "2" -unicode_names2 = "0.6.0" +unicode_names2 = "1.2" unicode-bidi = "0.3.13" unicode-ident = "1.0" unicode-math-class = "0.1" |
