From 2951e6108b8bd0ed718ab4342f0690f30dc1112f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 Jun 2024 14:00:47 +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 063eb2f..be9910f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,4 @@ sqlx = { version = "0.6.1", features = [ "runtime-actix-rustls", "postgres", "ti [dev-dependencies] actix-rt = "2.7.0" -base64 = "0.13.0" +base64 = "0.22.0"