diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-04 13:23:14 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-04 13:23:14 +0200 |
| commit | 68a25f497ec9137fc2965aaeff5a49501ede552e (patch) | |
| tree | 60075b2419b437abb0aa7bcb68f7e8f6949c3902 | |
| parent | 7c42c9bab0b6a6d382b16ba270ebd495ac9d3334 (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
@@ -945,9 +945,9 @@ dependencies = [ [[package]] name = "hypher" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "927f74d31cdbfd8de201340c0bc474c52c9145193ccd8885fcede14005591aad" +checksum = "723e315d77ea8aa1aedf53ad979ff0e763cfa2a1b3403248e427ae052f403cad" [[package]] name = "iai" diff --git a/crates/typst-library/Cargo.toml b/crates/typst-library/Cargo.toml index f4c5b1ed..10d13aaa 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.2" +hypher = "0.1.3" icu_properties = { version = "1.2.0", features = ["serde"] } icu_provider = { version = "1.2.0", features = ["sync"] } icu_provider_adapters = "1.2.0" |
