diff --git a/Cargo.lock b/Cargo.lock index 0fcce6a37..6b1b3d401 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -495,9 +495,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.23" +version = "0.4.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" +checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" dependencies = [ "iana-time-zone", "js-sys", diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index 72a38321b..599947217 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [dependencies] bytemuck = "1.13.1" -chrono = "0.4.23" +chrono = "0.4.24" egui = "0.21.0" egui-wgpu = "0.21.0" fj-interop.workspace = true diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 1367b9c49..8a93d941f 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] anyhow = "1.0.69" -chrono = "0.4.23" +chrono = "0.4.24" map-macro = "0.2.5" octocrab = "0.18.1" semver = "1.0.17"