From f18a656ab61b4e2b420a4a0e120dfab7879fedcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:43:00 +0000 Subject: [PATCH] chore(deps): bump chrono from 0.4.32 to 0.4.33 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.32 to 0.4.33. - [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.32...v0.4.33) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- apiserver/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32e3e5b..727e132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,9 +557,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.32" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41daef31d7a747c5c847246f36de49ced6f7403b4cdabc807a97b5cc184cda7a" +checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/apiserver/Cargo.toml b/apiserver/Cargo.toml index f70f545..8aea703 100644 --- a/apiserver/Cargo.toml +++ b/apiserver/Cargo.toml @@ -38,4 +38,4 @@ utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] } utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] } uuid = { version = "1.7.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } url.workspace = true -chrono = "0.4.31" +chrono = "0.4.33"