Bump more deps (#1921)

This commit is contained in:
Jonathan Turner
2020-05-31 08:54:47 +12:00
committed by GitHub
parent 2dc43775e3
commit ef4eefa96a
8 changed files with 39 additions and 39 deletions

View File

@ -15,8 +15,8 @@ nu-protocol = { path = "../nu-protocol", version = "0.14.1" }
nu-source = { path = "../nu-source", version = "0.14.1" }
nu-errors = { path = "../nu-errors", version = "0.14.1" }
crossterm = "0.17.4"
syntect = { version = "4.1", default-features = false, features = ["default-fancy"]}
crossterm = "0.17.5"
syntect = { version = "4.2", default-features = false, features = ["default-fancy"]}
ansi_term = "0.12.1"
url = "2.1.1"