diff --git a/conecta-core/Cargo.lock b/conecta-core/Cargo.lock index 286efc0..5f92134 100644 --- a/conecta-core/Cargo.lock +++ b/conecta-core/Cargo.lock @@ -564,9 +564,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[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/conecta-core/Cargo.toml b/conecta-core/Cargo.toml index 8d4f4c5..0181336 100644 --- a/conecta-core/Cargo.toml +++ b/conecta-core/Cargo.toml @@ -13,7 +13,7 @@ r2d2_postgres = "0.18.2" postgres = { version = "0.19", features = ["with-chrono-0_4", "with-uuid-1", "with-geo-types-0_7"] } sqlparser = "0.61.0" rayon = "1.11.0" -chrono = "0.4.42" +chrono = "0.4.44" serde = { version = "1.0.228", features = ["derive"] } uuid = "1.19.0"