From 327ae2a17103f3be80afe821ec641baa3970627e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:07:52 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b7c1a0d..217dc467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ idna = "0.2" serde = { version = "1.0", features = ["derive", "rc"] } seahash = "3" # seahash 4 introduces a breaking hash algorithm change memchr = "2.4" -base64 = "0.13" +base64 = "0.22.1" rmp-serde = "0.15" lifeguard = { version = "^ 0.6.1", optional = true } cssparser = { version = "0.28", optional = true }