This commit is contained in:
Tangel 2024-01-15 08:18:04 +00:00 committed by GitHub
parent a9934ace30
commit 3fe565b14d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,8 +60,9 @@ moka = { version = "0.12.2", features = ["future"] }
actix-web = { version = "4.4.1", default-features = false, optional = true }
# Axum
axum = { git = "https://github.com/tokio-rs/axum.git", rev = "30afe97e99303fffc4bf2f411a93022b5bc1ba35", features = [
axum = { version = "0.6.20", features = [
"json",
"headers",
], default-features = false, optional = true }
tower = { version = "0.4.13", optional = true }
hyper = { version = "0.14", optional = true }