aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 902e440..dcfa41f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ dotenv = "0.15.0"
# Serialization
serde = "1.0.127"
-serde_derive = "1.0.126"
+serde_derive = "1.0.127"
# Database
libsqlite3-sys = { version = "0.9.1", features = ["bundled"] }