summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--crates/typst-library/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0bd7eab0..dbcbe96e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"