From 560022aea4616708651e5ecf0fd4b9079883038a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 05:04:54 +0000 Subject: [PATCH] fix(deps): update rust crate time to 0.3.10 Signed-off-by: Renovate Bot --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ff40b6..10e33bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -553,9 +553,9 @@ checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8" [[package]] name = "time" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd" +checksum = "82501a4c1c0330d640a6e176a3d6a204f5ec5237aca029029d21864a902e27b0" dependencies = [ "libc", "num_threads", diff --git a/Cargo.toml b/Cargo.toml index c10b6b5..fb4dca9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.58" axum = "0.5.8" -time = { version = "0.3.9", features = ["local-offset"] } +time = { version = "0.3.10", features = ["local-offset"] } tokio = { version = "1.19.2", features = ["full"] } serde = { version = "1.0.137", features = ["derive"] } clipboard-win = "4.4.1"