From 10153c64c2ca64810d4c9de610fbf79cdf541aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:45:48 +0000 Subject: [PATCH] Bump chrono from 0.4.28 to 0.4.31 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.28 to 0.4.31. - [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.28...v0.4.31) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++--------------- apiserver/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c6f149..5aa6109 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ dependencies = [ "serde_nanos", "serde_repr", "thiserror", - "time 0.3.23", + "time", "tokio", "tokio-retry", "tracing", @@ -518,16 +518,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.28" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f" +checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "serde", - "time 0.1.45", "wasm-bindgen", "windows-targets 0.48.0", ] @@ -2890,17 +2889,6 @@ dependencies = [ "once_cell", ] -[[package]] -name = "time" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" -dependencies = [ - "libc", - "wasi 0.10.0+wasi-snapshot-preview1", - "winapi", -] - [[package]] name = "time" version = "0.3.23" diff --git a/apiserver/Cargo.toml b/apiserver/Cargo.toml index 3d009d4..1dc2028 100644 --- a/apiserver/Cargo.toml +++ b/apiserver/Cargo.toml @@ -39,4 +39,4 @@ utoipa = { version = "3", features = ["axum_extras", "uuid", "chrono"] } utoipa-swagger-ui = { version = "3", features = ["axum"] } uuid = { version = "1.4.1", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } url = { workspace = true, optional = false } -chrono = "0.4.28" +chrono = "0.4.31"