From a3e433dc57637b80d21716cfcf6c996275126d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:21:40 +0000 Subject: [PATCH] build(deps): update cached requirement from 0.46 to 0.47 Updates the requirements on [cached](https://github.com/jaemk/cached) to permit the latest version. - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) --- updated-dependencies: - dependency-name: cached dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3aa47e0e..6e366ba3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = ["crates/burrego"] anyhow = "1.0" base64 = "0.21" burrego = { path = "crates/burrego" } -cached = { version = "0.46", features = ["async_tokio_rt_multi_thread"] } +cached = { version = "0.47", features = ["async_tokio_rt_multi_thread"] } chrono = { version = "0.4.31", default-features = false } dns-lookup = "2.0" email_address = { version = "0.2.4", features = ["serde"] }