From 3d7f158ef5d8cd2b21dd38153ed09e8264e52764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:29:20 +0000 Subject: [PATCH] build(deps): Bump chrono from 0.4.31 to 0.4.34 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.34. - [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.31...v0.4.34) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2540597..7d7a25a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,16 +136,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.31" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" +checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.48.5", + "windows-targets 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f0a09f4..efcbb45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ csv = "1.3.0" sudo = "0.6.0" ctrlc = "3.4.2" regex = "1.10.2" -chrono = "0.4.31" +chrono = "0.4.34" lazy_static = "1.4.0" ureq = { version = "2.9.1", features = ["json"] } which = "5.0.0"