From 1c379ea6d776076b95abf10f78149b0205decdc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:24:33 +0000 Subject: [PATCH] chore(deps): bump chrono from 0.4.39 to 0.4.40 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.39 to 0.4.40. - [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.39...v0.4.40) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- llrt/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ced65ac43..191235971d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,16 +380,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.39" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" +checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets", + "windows-link", ] [[package]] diff --git a/llrt/Cargo.toml b/llrt/Cargo.toml index bf30fdb3cb..b29220f0d0 100644 --- a/llrt/Cargo.toml +++ b/llrt/Cargo.toml @@ -16,7 +16,7 @@ bindgen = ["llrt_core/bindgen"] llrt_core = { path = "../llrt_core" } tracing = { version = "0.1.41", features = ["log"] } llrt_utils = { path = "../libs/llrt_utils" } -chrono = { version = "0.4.38", default-features = false, features = ["std"] } +chrono = { version = "0.4.40", default-features = false, features = ["std"] } tracing-core = "0.1.33" tokio = { version = "1", features = ["full"] } crossterm = { version = "0.28.1" }