diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-08-03 16:21:01 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-08-03 16:21:01 +0200 |
| commit | 53a896f049d45a8e9a225ceacd56da07854aa973 (patch) | |
| tree | c6f3a9bc67b1c421732f41d1d28845fb1c283594 | |
| parent | 3a2fbcb49cf1dc8fa20e6809a0ee07fc6630b515 (diff) | |
Bump hypher
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | crates/typst-library/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -773,9 +773,9 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "hypher" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0cf92443ef10ecfc1b8b4b65a93e31d983f020a355699d83874b12a7c797ac3" +checksum = "927f74d31cdbfd8de201340c0bc474c52c9145193ccd8885fcede14005591aad" [[package]] name = "iai" diff --git a/crates/typst-library/Cargo.toml b/crates/typst-library/Cargo.toml index da0fae5f..06b4bd2d 100644 --- a/crates/typst-library/Cargo.toml +++ b/crates/typst-library/Cargo.toml @@ -24,7 +24,7 @@ comemo = "0.3" csv = "1" ecow = "0.1" hayagriva = "0.3" -hypher = "0.1" +hypher = "0.1.2" icu_properties = { version = "1.2.0", features = ["serde"] } icu_provider = { version = "1.2.0", features = ["sync"] } icu_provider_adapters = "1.2.0" |
