From 6b8c6dec0e39469a884a4b1d85d47506673e808c Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Sat, 18 Apr 2020 21:38:14 -0400 Subject: [PATCH] Bump `ichwh` minimum version to 0.3.3 (#1607) The new version includes a fix for [this issue] [this issue]: https://gitlab.com/avandesa/ichwh-rs/-/issues/2 --- Cargo.lock | 4 ++-- crates/nu-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d079de88a..98a9fba12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1459,9 +1459,9 @@ dependencies = [ [[package]] name = "ichwh" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "710eee656faf1879c4af26a1b281147586b6f3327191e2b1e54e2dc10bf1142b" +checksum = "ada08ff7272ae34697d0463565b7ad6831bff3a99329fc6c04839666ef5cd328" dependencies = [ "async-std", "cfg-if", diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 4d49381d8..dc09e6d61 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -45,7 +45,7 @@ glob = "0.3.0" hex = "0.4" htmlescape = "0.3.1" ical = "0.6.*" -ichwh = "0.3.2" +ichwh = "0.3.3" indexmap = { version = "1.3.2", features = ["serde-1"] } itertools = "0.9.0" language-reporting = "0.4.0"