From 0d5548771632d5692b1d43bcdbde974bfbf644d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:45:40 +0000 Subject: [PATCH] chore(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 2bcee1c..6321bfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ actix-tls = "3" actix-web = { version = "4.5", features = ["rustls-0_22"] } anyhow = "1.0.80" awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] } -base64 = "0.21.7" +base64 = "0.22.0" bitflags = "2.4" bytemuck = { version = "1.14.3", features = ["derive", "min_const_generics", "extern_crate_std"] } bytes = "1"