From a1ac755f622371c7b4ac2f34878ba08885939021 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 22:00:56 +0000 Subject: [PATCH] fix(deps): update rust crate cached to 0.46.1 --- Cargo.lock | 15 ++++++--------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dc34ca..9cd8fad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -921,28 +921,25 @@ dependencies = [ [[package]] name = "cached" -version = "0.44.0" +version = "0.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b195e4fbc4b6862bbd065b991a34750399c119797efff72492f28a5864de8700" +checksum = "c7c8c50262271cdf5abc979a5f76515c234e764fa025d1ba4862c0f0bcda0e95" dependencies = [ - "async-trait", + "ahash 0.8.3", "cached_proc_macro", "cached_proc_macro_types", - "futures", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "instant", "once_cell", "thiserror", - "tokio", ] [[package]] name = "cached_proc_macro" -version = "0.17.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b48814962d2fd604c50d2b9433c2a41a0ab567779ee2c02f7fba6eca1221f082" +checksum = "c878c71c2821aa2058722038a59a67583a4240524687c6028571c9b395ded61f" dependencies = [ - "cached_proc_macro_types", "darling", "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d4a8a78..a7f9755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ juniper_actix = "0.4.0" futures = "0.3.29" serde = { version = "1.0.192", features = ["derive"] } bitflags = "2.4.1" -cached = "0.44.0" +cached = "0.46.1" jsonwebtoken = "9.1.0" rand = "0.8.5" minreq = { version = "2.11.0", features = ["serde_json", "json-using-serde", "https-rustls"] }