Update dependency rust-embed now that issue with its use of syn has been fixed. (#2880)

* update the rust-embed dependency of nu-cli to 5.8.0 and undo the version pin of syn now that rust-embed-impl has been fixed

* unpin syn version in chart plugin
This commit is contained in:
Trevor Carlson
2021-01-06 19:33:39 -06:00
committed by GitHub
parent f38e2b5c6d
commit b50cdd6de8
5 changed files with 6 additions and 10 deletions

View File

@ -35,7 +35,6 @@ async-trait = "0.1.36"
futures = {version = "0.3", features = ["compat", "io-compat"]}
futures-util = "0.3.5"
futures_codec = "0.4"
syn = "=1.0.57"
web-sys = {version = "0.3.14", features = ["console"]}
[dev-dependencies]