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

@ -17,8 +17,8 @@ nu-errors = { path = "../nu-errors", version = "0.14.1" }
futures = { version = "0.3", features = ["compat", "io-compat"] }
surf = "1.0.3"
url = "2.1.1"
serde_json = "1.0.51"
base64 = "0.12.0"
serde_json = "1.0.53"
base64 = "0.12.1"
num-traits = "0.2.11"
[build-dependencies]