Dependency update (#69)

Reviewed-on: #69
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-10-12 20:34:46 +00:00
committed by phoenix
parent 668d371f7f
commit 4e649fa390
2 changed files with 148 additions and 173 deletions
+7 -7
View File
@@ -1,19 +1,19 @@
[package]
name = "icarus_models"
version = "0.6.6"
version = "0.6.7"
edition = "2024"
rust-version = "1.88"
description = "models used for the icarus project"
license = "MIT"
[dependencies]
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.17.0", features = ["v4", "serde"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.145" }
rand = { version = "0.9.2" }
time = { version = "0.3.44", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.18.1", features = ["v4", "serde"] }
josekit = { version = "0.10.3" }
utoipa = { version = "5.4.0", features = ["uuid", "time"] }
[dev-dependencies]
tempfile = { version = "3.20.0" }
tempfile = { version = "3.23.0" }