chore(deps): bump axum

This commit is contained in:
藍+85CD 2024-07-25 17:12:30 +08:00
parent 68e580f35d
commit 1e1f673642
No known key found for this signature in database
GPG key ID: BCB0111111111111

View file

@ -82,7 +82,7 @@ futures = "0.3.30"
moka = { version = "0.12.8", features = ["future"] }
# Axum
axum = { version = "0.6.20", features = [
axum = { version = "0.7.5", features = [
"json",
"headers",
], default-features = false, optional = true }
@ -94,12 +94,12 @@ http-body-util = { version = "0.1.2", optional = true }
anyhow = "1.0.86"
env_logger = "0.11.3"
tower-http = { version = "0.5.2", features = ["map-request-body", "util"] }
axum = { version = "0.6.20", features = [
axum = { version = "0.7.5", features = [
"http1",
"tokio",
"query",
], default-features = false }
axum-macros = "0.3.8"
axum-macros = "0.4.1"
tokio = { version = "1.38.0", features = ["full"] }
[profile.dev]