diff --git a/Cargo.lock b/Cargo.lock index 872ee2a0..9fcccdbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7289,7 +7289,7 @@ dependencies = [ "async-trait", "axum", "base32", - "base64 0.21.7", + "base64 0.22.1", "bson", "deadqueue", "decancer", @@ -7394,7 +7394,7 @@ dependencies = [ "async-trait", "aws-config", "aws-sdk-s3", - "base64 0.21.7", + "base64 0.22.1", "ffprobe", "image", "imagesize", @@ -7526,7 +7526,7 @@ version = "0.13.7" dependencies = [ "anyhow", "async-trait", - "base64 0.21.7", + "base64 0.22.1", "fcm_v1", "isahc", "iso8601-timestamp", diff --git a/Cargo.toml b/Cargo.toml index dcbdb01d..08623152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,7 +169,7 @@ once_cell = "1.9.0" config = "0.13.3" cached = "0.44.0" rand = "0.8.5" -base64 = "0.21.3" +base64 = "0.22.0" decancer = "3.3.3" linkify = "0.8.1" url-escape = "0.1.1"