bump: serde

This commit is contained in:
2026-08-14 16:26:10 -04:00
parent b9d987b85c
commit 8711ff7f27
2 changed files with 23 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ description = "models used for the soaricarus project"
license = "MIT"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde = { version = "1.0.229", features = ["derive"] }
serde_json = { version = "1.0.150" }
rand = { version = "0.10.2" }
time = { version = "0.3.53", features = ["formatting", "macros", "parsing", "serde"] }