Update uom and heim dependencies (#2767)

v0.29.0 and earlier versions of `uom` fail to compile on nightly because
of now-ambiguous trait bounds. The issue was corrected in v0.30.0 of
`uom`. `uom` and `heim` dependencies have been updated to the
latest version to include this fix and allow nushell to compile on
nightly.

Co-authored-by: Boutin, Michael <mjboutin@ecolab.com>
This commit is contained in:
Mike Boutin
2020-12-15 14:27:21 -05:00
committed by GitHub
parent a30837298d
commit 10f5a8ef78
3 changed files with 138 additions and 169 deletions

View File

@ -52,7 +52,7 @@ futures-util = "0.3.5"
getset = "0.1.1"
git2 = {version = "0.13.11", default_features = false, optional = true}
glob = "0.3.0"
heim = {version = "0.1.0-beta.3", optional = true}
heim = {version = "0.1.0-rc.1", optional = true}
htmlescape = "0.3.1"
ical = "0.6.0"
ichwh = {version = "0.3.4", optional = true}
@ -96,7 +96,7 @@ titlecase = "1.0"
toml = "0.5.6"
trash = {version = "1.2.0", optional = true}
unicode-segmentation = "1.6.0"
uom = {version = "0.28.0", features = ["f64", "try-from"]}
uom = {version = "0.30.0", features = ["f64", "try-from"]}
url = "2.1.1"
uuid_crate = {package = "uuid", version = "0.8.1", features = ["v4"], optional = true}
which = {version = "4.0.2", optional = true}

View File

@ -23,6 +23,6 @@ futures-timer = "3.0.2"
[dependencies.heim]
default-features = false
features = ["process"]
version = "0.1.0-beta.3"
version = "0.1.0-rc.1"
[build-dependencies]