diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-10-08 14:20:40 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-10-08 14:20:40 +0200 |
| commit | 1819a0b2663a44f4a04c916f4f176e78ad706496 (patch) | |
| tree | 73140c27f279e132b8d9db2386757aa10faaf54f | |
| parent | b584617c8d594cf2ba0ee5d3dd4a042eb65fc4a3 (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
@@ -916,9 +916,9 @@ dependencies = [ [[package]] name = "hypher" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "723e315d77ea8aa1aedf53ad979ff0e763cfa2a1b3403248e427ae052f403cad" +checksum = "94bf16dd62ea2bec617a6f8a3e1ba03107311783069a647787ac689d1f35321e" [[package]] name = "iai" diff --git a/crates/typst-library/Cargo.toml b/crates/typst-library/Cargo.toml index dd7c0cc5..49d3d088 100644 --- a/crates/typst-library/Cargo.toml +++ b/crates/typst-library/Cargo.toml @@ -24,7 +24,7 @@ comemo = "0.3" csv = "1" ecow = { version = "0.1.2", features = ["serde"] } hayagriva = "0.3.2" -hypher = "0.1.3" +hypher = "0.1.4" icu_properties = { version = "1.2.0", features = ["serde"] } icu_provider = { version = "1.2.0", features = ["sync"] } icu_provider_adapters = "1.2.0" |
