Add derive feature to serde (#380)

This commit is contained in:
Giacomo Pasini 2023-09-07 10:46:13 +02:00 committed by GitHub
parent bca27bd27f
commit a79d6c52e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ bytes = "1.2"
chrono = { version = "0.4", optional = true }
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", branch = "main" }
multiaddr = "0.15"
serde = "1.0"
serde = { version = "1.0", features = ["derive"] }
sscanf = { version = "0.4", optional = true }
sled = { version = "0.34", optional = true }
tokio = { version = "1", features = ["sync"] }