mirror of
https://github.com/robertwayne/axum-htmx
synced 2025-03-14 03:06:21 +01:00
Update Cargo.toml
This commit is contained in:
parent
40243f32da
commit
81b9c548b3
1 changed files with 2 additions and 2 deletions
|
@ -24,5 +24,5 @@ futures-core = { version = "0.3", optional = true }
|
||||||
pin-project-lite = { version = "0.2", optional = true }
|
pin-project-lite = { version = "0.2", optional = true }
|
||||||
|
|
||||||
# Optional dependencies required for the `serde` feature.
|
# Optional dependencies required for the `serde` feature.
|
||||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
serde = { version = "1", features = ["derive"], optional = true }
|
||||||
serde_json = { version = "1.0", optional = true }
|
serde_json = { version = "1", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue