From 1416cb33f553c4cc1c561ee916d0c5b0f5101163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:20:34 +0000 Subject: [PATCH] Bump chrono from 0.4.23 to 0.4.24 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to 0.4.24. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.23...v0.4.24) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-viewer/Cargo.toml | 2 +- tools/automator/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"