diff --git a/Cargo.lock b/Cargo.lock index ebcae1f..8a9b9f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,9 +373,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index 273da9f..7f95b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" async-graphql = { version = "7.0.15", features = ["chrono"] } async-graphql-axum = "7.0.17" axum = "0.8.1" -chrono = { version = "0.4.38", features = ["clock"] } +chrono = { version = "0.4.41", features = ["clock"] } serde = { version = "1.0.188", features = ["derive"] } sqlx = { version = "0.8.3", features = ["chrono", "postgres", "runtime-tokio"] } tokio = { version = "1.28.2", features = ["default", "macros", "rt-multi-thread"] } # For async tests