aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e89b1f9..91edd53 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,5 +22,4 @@ reqwest = { version = "0.11.9", features = ["json", "blocking"] }
const_format = "0.2.22"
# Serialization
-serde = "1.0.136"
-serde_derive = "1.0.136"
+serde = { version = "1.0.136", features = ["derive"] }