diff --git a/Cargo.toml b/Cargo.toml index 02f73d6..afd8702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "Models used for the textsender project" [dependencies] serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.150" } -time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] } +time = { version = "0.3.53", features = ["formatting", "macros", "parsing", "serde"] } sqlx = { version = "0.9.0", features = ["runtime-tokio", "tls-native-tls", "postgres", "time", "uuid"] } uuid = { version = "1.23.3", features = ["v4", "serde"] } dotenvy = { version = "0.15.7" }