From d3bd92d9cad6e804096227ab47a4761cc98d5f63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 03:34:53 +0000 Subject: [PATCH] Update Rust crate cached to 0.48.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28dfed7..e3e922d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,9 +135,9 @@ checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" [[package]] name = "cached" -version = "0.47.0" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b0116662497bc24e4b177c90eaf8870e39e2714c3fcfa296327a93f593fc21" +checksum = "e19d1059a4bedbc76b73980269f4195a0f54e046a113affdbbdd7184cef62745" dependencies = [ "ahash", "async-trait", @@ -153,9 +153,9 @@ dependencies = [ [[package]] name = "cached_proc_macro" -version = "0.18.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c878c71c2821aa2058722038a59a67583a4240524687c6028571c9b395ded61f" +checksum = "9702122b4ca80256cfde5dfa743b9ffee02896be8b193b75d1e5970edaf78af3" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index b54e65d..3213ee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cached = { version = "0.47.0", features = ["async" ]} +cached = { version = "0.48.0", features = ["async" ]} chrono = { version = "0.4.31", default-features = false, features = ["alloc","serde"] } chrono-tz = "0.8.5" ics = "0.5.8"