diff --git a/Cargo.lock b/Cargo.lock index f9b726f..94f6fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,9 +146,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 8c05c6e..c7dd075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ pretty_env_logger = "0.5.0" tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] } regex = "1.12.3" -chrono = "0.4.42" +chrono = "0.4.44" sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "chrono"] }