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

This commit is contained in:
Pierre HUBERT 2024-03-03 00:11:22 +00:00 committed by Pierre Hubert
parent 8e303466b0
commit f57de93ac2

View File

@ -25,7 +25,7 @@ askama = "0.12.1"
futures-util = "0.3.30"
urlencoding = "2.1.3"
rand = "0.8.5"
base64 = "0.21.7"
base64 = "0.22.0"
jwt-simple = { version = "0.12.9", default-features = false, features = ["pure-rust"] }
digest = "0.10.7"
sha2 = "0.10.8"