Updated dependencies (#43)

serde, serde_json, rand, uuid, and tempfile

Reviewed-on: #43
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-06-29 17:46:12 +00:00
committed by phoenix
parent f37c445908
commit e5082ea07d
2 changed files with 9 additions and 10 deletions
+5 -5
View File
@@ -7,11 +7,11 @@ description = "models used for the icarus project"
license = "MIT"
[dependencies]
serde = { version = "1.0.218", features = ["derive"] }
serde_json = { version = "1.0.139" }
rand = { version = "0.9" }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = { version = "1.0.140" }
rand = { version = "0.9.1" }
time = { version = "0.3.41", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.16.0", features = ["v4", "serde"] }
uuid = { version = "1.17.0", features = ["v4", "serde"] }
[dev-dependencies]
tempfile = { version = "3.19.1" }
tempfile = { version = "3.20.0" }