diff --git a/Cargo.toml b/Cargo.toml index 97ab0a4..76d9e87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" 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"] } +time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] } uuid = { version = "1.23.1", features = ["v4", "serde"] } josekit = { version = "0.10.3" } utoipa = { version = "5.4.0", features = ["uuid", "time"] }