Bump hypher

This commit is contained in:
Laurenz 2023-10-08 14:20:40 +02:00
parent b584617c8d
commit 1819a0b266
2 changed files with 3 additions and 3 deletions
Cargo.lock
crates/typst-library

4
Cargo.lock generated

@ -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"

@ -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"