Updated serde version to get minimal_versions job to pass

This commit is contained in:
2024-10-30 15:55:28 -06:00
parent fa8aefe049
commit 1433ca24cc
+1 -1
View File
@@ -31,7 +31,7 @@ regex = "1.7.1"
reqwest = { version = "0.11.14", features = ["json"] }
serde_yaml = "0.9.16"
serde_json = "1.0.91"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
tokio = { version = "1.36.0", features = ["full"] }