From ff39c30cc87dfbc4ff01ae7bf6173b433668840c Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 1 May 2024 14:32:26 -0500 Subject: [PATCH] Update direct base64 dependency --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3571dc8..39d3fcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1816,7 +1816,7 @@ dependencies = [ "actix-web", "async-trait", "barrel", - "base64 0.21.7", + "base64 0.22.1", "bb8", "blurhash-update", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2ede348..b939483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ actix-form-data = "0.7.0-beta.7" actix-web = { version = "4.0.0", default-features = false, features = ["rustls-0_22"] } async-trait = "0.1.51" barrel = { version = "0.7.0", features = ["pg"] } -base64 = "0.21.0" +base64 = "0.22.0" bb8 = "0.8.3" blurhash-update = "0.1.0" clap = { version = "4.0.2", features = ["derive"] }