From 5d94f109abee268d5ea47980b9a4f916fd74966a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 04:24:16 +0000 Subject: [PATCH] fix(deps): 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 deab6a15..2c568500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ thiserror = "1.0.57" # Used to generate thumbnails for images image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "gif", "webp"] } # Used to encode server public key -base64 = "0.21.7" +base64 = "0.22.0" # Used when hashing the state ring = "0.17.8" # Used when querying the SRV record of other servers