mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
Bump to latest ichwh (#1582)
This commit is contained in:
parent
e0fc09ac52
commit
ed583bd79b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1397,9 +1397,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ichwh"
|
name = "ichwh"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b37aaf19f3ca34681b606f8b973f4f3422e40e418b30945d3cf9ae72021692ed"
|
checksum = "710eee656faf1879c4af26a1b281147586b6f3327191e2b1e54e2dc10bf1142b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-std",
|
"async-std",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
|
|
|
@ -45,7 +45,7 @@ glob = "0.3.0"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
htmlescape = "0.3.1"
|
htmlescape = "0.3.1"
|
||||||
ical = "0.6.*"
|
ical = "0.6.*"
|
||||||
ichwh = "0.3"
|
ichwh = "0.3.2"
|
||||||
indexmap = { version = "1.3.2", features = ["serde-1"] }
|
indexmap = { version = "1.3.2", features = ["serde-1"] }
|
||||||
itertools = "0.9.0"
|
itertools = "0.9.0"
|
||||||
language-reporting = "0.4.0"
|
language-reporting = "0.4.0"
|
||||||
|
|
Loading…
Reference in a new issue