From 6be435717c11c5964caa88fce3031f88e81b198c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 07:42:59 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0cde56..03c9769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ rocket = { version = "=0.5.0-rc.3", features = ["json"] } openid = { version = "0.12", default-features = false, features = ["rustls"] } url = "2" anyhow = "1" -base64 = "0.21" +base64 = "0.22" include_directory = "0.1.1" maud = {version = "0.27"} grid = "0.16.1"