From 764b93ea7ba6406a2323e6d33702e74391b9105b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 14:00:49 +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 7a2d901..3626f9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde-aux = "4" unicode-segmentation = "1.9.0" rand = { version = "0.8", features=["std_rng"] } anyhow = "1.0.64" -base64 = "0.13.0" +base64 = "0.22.0" argon2 = { version = "0.4", features = ["std"] } validator = "0.16.0" tracing-actix-web = "0.6"