From 7005a5a379d5ffd9881622c28cbde74b9b29a31b Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 3 Mar 2024 00:11:22 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 783474a..403299d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- 2.45.2