Bump to latest ichwh (#1582)

This commit is contained in:
Jonathan Turner 2020-04-13 08:01:23 +12:00 committed by GitHub
parent e0fc09ac52
commit ed583bd79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1397,9 +1397,9 @@ dependencies = [
[[package]]
name = "ichwh"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b37aaf19f3ca34681b606f8b973f4f3422e40e418b30945d3cf9ae72021692ed"
checksum = "710eee656faf1879c4af26a1b281147586b6f3327191e2b1e54e2dc10bf1142b"
dependencies = [
"async-std",
"cfg-if",

View File

@ -45,7 +45,7 @@ glob = "0.3.0"
hex = "0.4"
htmlescape = "0.3.1"
ical = "0.6.*"
ichwh = "0.3"
ichwh = "0.3.2"
indexmap = { version = "1.3.2", features = ["serde-1"] }
itertools = "0.9.0"
language-reporting = "0.4.0"