deps: bump to base64 0.11

This commit is contained in:
Andrew Gallant
2020-01-09 20:47:22 -05:00
parent 528ce56e1b
commit bd7a42602f
2 changed files with 4 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ default = ["serde1"]
serde1 = ["base64", "serde", "serde_derive", "serde_json"]
[dependencies]
base64 = { version = "0.10.0", optional = true }
base64 = { version = "0.11.0", optional = true }
bstr = "0.2.0"
grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
grep-searcher = { version = "0.1.4", path = "../grep-searcher" }