From 9b04a76cbb31919cb14d9fbaf9d83708072abe26 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Jul 2022 15:00:22 +0000 Subject: [PATCH] fix(deps): update rust crate cached to 0.36.0 --- Cargo.lock | 9 +++++---- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90451f0..a44a965 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,9 +389,9 @@ dependencies = [ [[package]] name = "cached" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "741c6c1180124f9cd432fbb2faf6ca02bb15c94f8916d4f7d30754cc8e10adc8" +checksum = "76d9447b2a367383a918fbbe62f6892da68000170c7331003d132b4805b63214" dependencies = [ "async-trait", "async_once", @@ -399,6 +399,7 @@ dependencies = [ "cached_proc_macro_types", "futures", "hashbrown 0.12.0", + "instant", "lazy_static", "once_cell", "thiserror", @@ -407,9 +408,9 @@ dependencies = [ [[package]] name = "cached_proc_macro" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bce0f37f9b77c6b93cdf3f060c89adca303d2ab052cacb3c3d1ab543e8cecd2f" +checksum = "4797df465f7409b55bab9ccd1edbf1d279ffdf763772c2804b96740ee72f3b82" dependencies = [ "cached_proc_macro_types", "darling", diff --git a/Cargo.toml b/Cargo.toml index 2d66664..0fdcb8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ actix-web = "4.1.0" ansi-to-html = "0.1.0" anyhow = "1.0.58" bigdecimal = "0.3.0" -cached = "0.35.0" +cached = "0.36.0" chrono = "0.4.19" deadpool-postgres = "0.10.2" enum-display-derive = "0.1.1"