diff --git a/Cargo.lock b/Cargo.lock index b5c1831..c028abe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,9 +40,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.44" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" +checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index cc5c1e2..a8a6a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = 'https://github.com/t1ltxz-gxd/tiltflake' documentation = "https://docs.rs/tiltflake" [dependencies] -chrono = { version = "0.4.44", features = ["clock"] } +chrono = { version = "0.4.45", features = ["clock"] } thiserror = "2.0.18" serde = { version = "1.0.225", features = ["derive"], optional = true }