From b382c66407ce953df87b7624b6bc287f22fc6607 Mon Sep 17 00:00:00 2001 From: renovatebot Date: Tue, 1 Mar 2022 23:00:25 +0000 Subject: [PATCH] fix(deps): update rust crate cached to 0.33.0 --- Cargo.lock | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9e5e0d..74123bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -706,15 +706,15 @@ dependencies = [ [[package]] name = "cached" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8c2f17f7be6adf37bd51e543537b0a9e51d865e94c11a421a5a3c8aafac41af" +checksum = "f66c8f6ae13abbdc12268879b8070a441777b69157fb7653b4c7da7f2610c25d" dependencies = [ "async-mutex", "async-rwlock", "cached_proc_macro", "cached_proc_macro_types", - "hashbrown", + "hashbrown 0.12.0", "once_cell", "thiserror", "tokio 1.15.0", @@ -1278,6 +1278,12 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" +[[package]] +name = "hashbrown" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758" + [[package]] name = "heck" version = "0.3.3" @@ -1417,7 +1423,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" dependencies = [ "autocfg", - "hashbrown", + "hashbrown 0.11.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 23a3b92..5dcdf37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ actix-web = "4.0.1" ansi-to-html = "0.1.0" anyhow = "1.0.55" bigdecimal = "0.3.0" -cached = "0.32.1" +cached = "0.33.0" chrono = "0.4.19" deadpool-postgres = "0.10.1" enum-display-derive = "0.1.1"