Update Rust crate base64 to 0.13.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-10-25 00:27:09 +00:00
parent 45807f42bd
commit 9db1ef06cb
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ askama = "0.11.1"
futures-util = "0.3.24"
urlencoding = "2.1.2"
rand = "0.8.5"
base64 = "0.13.0"
base64 = "0.13.1"
jwt-simple = "0.11.1"
digest = "0.10.3"
sha2 = "0.10.6"