Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
92e435e080
commit
66080374b0
646
Cargo.lock
generated
646
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -13,10 +13,10 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|||||||
clap = { version = "4", features = ["derive", "env"] }
|
clap = { version = "4", features = ["derive", "env"] }
|
||||||
async-trait = { version = "0.1", features = [] }
|
async-trait = { version = "0.1", features = [] }
|
||||||
|
|
||||||
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", features = [
|
axum = { version = "0.7.1", features = [
|
||||||
"macros",
|
"macros",
|
||||||
] }
|
] }
|
||||||
axum-extra = { git = "https://github.com/tokio-rs/axum", branch = "main", features = [
|
axum-extra = { version = "0.9.0", features = [
|
||||||
"cookie",
|
"cookie",
|
||||||
"cookie-private",
|
"cookie-private",
|
||||||
"typed-header",
|
"typed-header",
|
||||||
|
Loading…
Reference in New Issue
Block a user