Bump hypher

This commit is contained in:
Laurenz 2023-08-03 16:21:01 +02:00
parent 3a2fbcb49c
commit 53a896f049
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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