Update tokio and remove query feature from axum
This commit is contained in:
parent
f7d6ae8fa9
commit
8ef73122e5
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@ license-file = "LICENSE.txt"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
askama = { git = "https://github.com/djc/askama.git" }
|
askama = { git = "https://github.com/djc/askama.git" }
|
||||||
askama_axum = { git = "https://github.com/djc/askama.git", package = "askama_axum" }
|
askama_axum = { git = "https://github.com/djc/askama.git", package = "askama_axum" }
|
||||||
axum = { version = "0.6", default-features = false, features = ["http1", "query", "form", "tokio", "macros"] }
|
axum = { version = "0.6", default-features = false, features = ["http1", "form", "tokio", "macros"] }
|
||||||
axum-extra = { version = "0.4", features = ["spa"] }
|
axum-extra = { version = "0.4", features = ["spa"] }
|
||||||
captcha = { version = "0.0.9", default-features = false }
|
captcha = { version = "0.0.9", default-features = false }
|
||||||
lettre = { version = "0.10", default-features = false, features = ["smtp-transport", "hostname", "rustls-tls", "pool", "builder"] }
|
lettre = { version = "0.10", default-features = false, features = ["smtp-transport", "hostname", "rustls-tls", "pool", "builder"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_yaml = "0.9"
|
serde_yaml = "0.9"
|
||||||
tokio = { version = "1.22", features = ["full"] }
|
tokio = { version = "1.23", features = ["full"] }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-appender = "0.2"
|
tracing-appender = "0.2"
|
||||||
tracing-subscriber = "0.3"
|
tracing-subscriber = "0.3"
|
||||||
|
|
Loading…
Reference in a new issue