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

@ -76,7 +76,7 @@ rand = "0.7.3"
rayon = "1.4.0"
regex = "1.3.9"
roxmltree = "0.14.0"
rust-embed = "5.6.0"
rust-embed = "5.8.0"
rustyline = {version = "6.3.0", optional = true}
serde = {version = "1.0.115", features = ["derive"]}
serde_bytes = "0.11.5"