Update direct base64 dependency

This commit is contained in:
asonix 2024-05-01 14:32:26 -05:00
parent 9561c578dc
commit ff39c30cc8
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1816,7 +1816,7 @@ dependencies = [
"actix-web",
"async-trait",
"barrel",
"base64 0.21.7",
"base64 0.22.1",
"bb8",
"blurhash-update",
"clap",

View file

@ -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"] }