BLOG-85 Implement OIDC authentication #93
1
backend/Cargo.lock
generated
1
backend/Cargo.lock
generated
@ -1663,7 +1663,6 @@ dependencies = [
|
|||||||
"actix-multipart",
|
"actix-multipart",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"chrono",
|
|
||||||
"futures",
|
"futures",
|
||||||
"log",
|
"log",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -7,7 +7,6 @@ edition.workspace = true
|
|||||||
actix-multipart.workspace = true
|
actix-multipart.workspace = true
|
||||||
actix-web.workspace = true
|
actix-web.workspace = true
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
chrono.workspace = true
|
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user