From a12b1c0ae8702f2efe5c25acbcd4990bdcad1cd6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jun 2024 20:32:03 +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 06bfd34..e17f98a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,5 +56,5 @@ 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" mktemp = "0.5.1"