deps: upgrade to base64 0.20

This commit is contained in:
Andrew Gallant
2023-01-05 08:21:49 -05:00
parent ac8fecbbf2
commit 92b35a65f8
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ default = ["serde1"]
serde1 = ["base64", "serde", "serde_json"]
[dependencies]
base64 = { version = "0.13.0", optional = true }
base64 = { version = "0.20.0", optional = true }
bstr = "1.1.0"
grep-matcher = { version = "0.1.5", path = "../matcher" }
grep-searcher = { version = "0.1.8", path = "../searcher" }