update to latest serde and serde_json (and follow the pattern to use patch versions)

This commit is contained in:
Kat Lim Ruiz
2025-03-30 11:35:58 -05:00
parent 1a9fd885dd
commit 0a37b7acaa

View File

@@ -13,5 +13,5 @@ edition = "2021"
[dependencies]
nom = "7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"