mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-06-07 06:18:56 +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",
|
"actix-web",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"barrel",
|
"barrel",
|
||||||
"base64 0.21.7",
|
"base64 0.22.1",
|
||||||
"bb8",
|
"bb8",
|
||||||
"blurhash-update",
|
"blurhash-update",
|
||||||
"clap",
|
"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"] }
|
actix-web = { version = "4.0.0", default-features = false, features = ["rustls-0_22"] }
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.51"
|
||||||
barrel = { version = "0.7.0", features = ["pg"] }
|
barrel = { version = "0.7.0", features = ["pg"] }
|
||||||
base64 = "0.21.0"
|
base64 = "0.22.0"
|
||||||
bb8 = "0.8.3"
|
bb8 = "0.8.3"
|
||||||
blurhash-update = "0.1.0"
|
blurhash-update = "0.1.0"
|
||||||
clap = { version = "4.0.2", features = ["derive"] }
|
clap = { version = "4.0.2", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue