mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-22 04:00:59 +00:00
Cargo.toml: add newly needed serde feature
This commit is contained in:
parent
ce6a1ef165
commit
fc916a35c5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ axum-extra = { version = "0.4", features = ["spa"] }
|
||||||
tokio = { version = "1", features = ["full", "time"] }
|
tokio = { version = "1", features = ["full", "time"] }
|
||||||
tracing = "*"
|
tracing = "*"
|
||||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||||
serde = "1"
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
serde_yaml = "0.9"
|
serde_yaml = "0.9"
|
||||||
reqwest = { version = "0.11", features = ["json", "stream"] }
|
reqwest = { version = "0.11", features = ["json", "stream"] }
|
||||||
|
|
Loading…
Reference in a new issue