From dff68f8de61603d9d1d718aa7eff7e01a4b28ca0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:01:49 +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 d850d6c1..0a06a1bc 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" rmp-serde = "0.15" lifeguard = { version = "^ 0.6.1", optional = true } cssparser = { version = "0.28", optional = true }