Merge pull request #5 from Tangel/main

Merge
This commit is contained in:
Tangel 2024-03-15 21:46:37 +08:00 committed by GitHub
commit 8e1edbfdce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ moka = { version = "0.12.5", features = ["future"] }
actix-web = { version = "4.5.1", default-features = false, optional = true } actix-web = { version = "4.5.1", default-features = false, optional = true }
# Axum # Axum
axum = { git = "https://github.com/tokio-rs/axum.git", features = [ axum = { git = "https://github.com/Tangel/axum.git", features = [
"json", "json",
], default-features = false, optional = true } ], default-features = false, optional = true }
tower = { version = "0.4.13", optional = true } tower = { version = "0.4.13", optional = true }
@ -72,12 +72,12 @@ anyhow = "1.0.80"
rand = "0.8.5" rand = "0.8.5"
env_logger = "0.10.2" env_logger = "0.10.2"
tower-http = { version = "0.5.2", features = ["map-request-body", "util"] } tower-http = { version = "0.5.2", features = ["map-request-body", "util"] }
axum = { git = "https://github.com/tokio-rs/axum.git", features = [ axum = { git = "https://github.com/Tangel/axum.git", features = [
"http1", "http1",
"tokio", "tokio",
"query", "query",
], default-features = false } ], default-features = false }
axum-macros = { git = "https://github.com/tokio-rs/axum.git" } axum-macros = { git = "https://github.com/Tangel/axum.git" }
tokio = { version = "1.36.0", features = ["full"] } tokio = { version = "1.36.0", features = ["full"] }
[profile.dev] [profile.dev]