mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-23 11:52:50 +01:00
Update dependencies
This commit is contained in:
parent
9f18889135
commit
d06b84c98c
1 changed files with 3 additions and 3 deletions
|
@ -19,11 +19,11 @@ auto-vary = ["futures", "tokio", "tower"]
|
|||
|
||||
[dependencies]
|
||||
axum-core = "0.4"
|
||||
http = { version = "1.0", default-features = false }
|
||||
http = { version = "1", default-features = false }
|
||||
async-trait = "0.1"
|
||||
|
||||
# Optional dependencies required for the `guards` feature.
|
||||
tower = { version = "0.4", default-features = false, optional = true }
|
||||
tower = { version = "0.5", default-features = false, optional = true }
|
||||
futures-core = { version = "0.3", optional = true }
|
||||
pin-project-lite = { version = "0.2", optional = true }
|
||||
|
||||
|
@ -37,7 +37,7 @@ futures = { version = "0.3", default-features = false, optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
axum = { version = "0.7", default-features = false }
|
||||
axum-test = "15"
|
||||
axum-test = "16"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-test = "0.4"
|
||||
|
||||
|
|
Loading…
Reference in a new issue