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

This commit is contained in:
2023-11-29 00:03:49 +00:00
parent e2e70a3c41
commit 1b1e5c1af7
2 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@ askama = "0.12.1"
futures-util = "0.3.29"
urlencoding = "2.1.3"
rand = "0.8.5"
base64 = "0.21.3"
base64 = "0.21.5"
jwt-simple = "0.11.9"
digest = "0.10.7"
sha2 = "0.10.8"