mirror of
https://github.com/pfzetto/axum-oidc.git
synced 2024-11-22 19:42:50 +01:00
axum 0.7
This commit is contained in:
parent
830e54a443
commit
49ef361f13
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -12,13 +12,13 @@ keywords = [ "axum", "oidc", "openidconnect", "authentication" ]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0"
|
||||||
axum-core = "0.3"
|
axum-core = "0.4"
|
||||||
axum = { version = "0.6", default-features = false, features = [ "query" ] }
|
axum = { version = "0.7", default-features = false, features = [ "query" ] }
|
||||||
tower-service = "0.3.2"
|
tower-service = "0.3.2"
|
||||||
tower-layer = "0.3.2"
|
tower-layer = "0.3"
|
||||||
tower-sessions = { version = "0.4", default-features = false, features = [ "axum-core" ] }
|
tower-sessions = { version = "0.7", default-features = false, features = [ "axum-core" ] }
|
||||||
http = "0.2"
|
http = "1.0"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
openidconnect = "3.4"
|
openidconnect = "3.4"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue