chore: Update to base64 0.21 (#1228)

This commit is contained in:
tottoto
2023-01-11 11:25:38 -05:00
committed by GitHub
parent 54c37a7c51
commit ee6ccfbcc2
7 changed files with 61 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ repository = "https://github.com/hyperium/tonic"
version = "0.5.0"
[dependencies]
base64 = "0.13"
base64 = "0.21"
bytes = "1.0"
futures-core = "0.3"
http = "0.2"