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"] }