From 7dc5348234d598e5e14254d4b2f9c1aa3761780b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:49:15 +0000 Subject: [PATCH] Bump chrono from 0.4.26 to 0.4.28 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.28. - [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.26...v0.4.28) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- nextest-runner/Cargo.toml | 2 +- quick-junit/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba193eafb25..7253b86ab38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -390,9 +390,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.26" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" +checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f" dependencies = [ "android-tzdata", "iana-time-zone", @@ -400,7 +400,7 @@ dependencies = [ "num-traits", "time", "wasm-bindgen", - "winapi", + "windows-targets 0.48.5", ] [[package]] diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 049edbea692..eb7f44c3f2a 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -22,7 +22,7 @@ camino-tempfile = "1.0.2" config = { version = "0.13.3", default-features = false, features = ["toml"] } cargo_metadata = "0.17.0" cfg-if = "1.0.0" -chrono = "0.4.26" +chrono = "0.4.28" debug-ignore = "1.0.5" either = "1.9.0" futures = "0.3.28" diff --git a/quick-junit/Cargo.toml b/quick-junit/Cargo.toml index 31fd1b06dd3..36cf550cbb0 100644 --- a/quick-junit/Cargo.toml +++ b/quick-junit/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" rust-version = "1.66" [dependencies] -chrono = "0.4.26" +chrono = "0.4.28" indexmap = "2.0.0" quick-xml = "0.30.0" thiserror = "1.0.47"