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

This commit is contained in:
2023-08-27 00:27:55 +00:00
parent 1758b97d67
commit e6da20ee51
2 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@ askama = "0.12.0"
futures-util = "0.3.28"
urlencoding = "2.1.3"
rand = "0.8.5"
base64 = "0.21.2"
base64 = "0.21.3"
jwt-simple = "0.11.6"
digest = "0.10.7"
sha2 = "0.10.7"