update
This commit is contained in:
parent
da3ca84336
commit
cac7b6dc4c
1 changed files with 3 additions and 3 deletions
|
|
@ -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/Tangel/axum.git", features = [
|
axum = { git = "https://github.com/tokio-rs/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/Tangel/axum.git", features = [
|
axum = { git = "https://github.com/tokio-rs/axum.git", features = [
|
||||||
"http1",
|
"http1",
|
||||||
"tokio",
|
"tokio",
|
||||||
"query",
|
"query",
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
axum-macros = { git = "https://github.com/Tangel/axum.git" }
|
axum-macros = { git = "https://github.com/tokio-rs/axum.git" }
|
||||||
tokio = { version = "1.36.0", features = ["full"] }
|
tokio = { version = "1.36.0", features = ["full"] }
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue