mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Update direct base64 dependency
This commit is contained in:
parent
9561c578dc
commit
ff39c30cc8
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1816,7 +1816,7 @@ dependencies = [
|
|||
"actix-web",
|
||||
"async-trait",
|
||||
"barrel",
|
||||
"base64 0.21.7",
|
||||
"base64 0.22.1",
|
||||
"bb8",
|
||||
"blurhash-update",
|
||||
"clap",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue