Bump some of our dependencies (#1809)

This commit is contained in:
Jonathan Turner
2020-05-16 15:34:10 -07:00
committed by GitHub
parent 48d06f40b1
commit 0abc94f0c6
15 changed files with 184 additions and 56 deletions

View File

@ -15,7 +15,7 @@ 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.2"
crossterm = "0.17.4"
syntect = { version = "4.1", default-features = false, features = ["default-fancy"]}
ansi_term = "0.12.1"
url = "2.1.1"