From 2a67e3b39a496f0e7dffe846d114d042184620c1 Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Tue, 1 Sep 2026 11:42:01 +0200 Subject: [PATCH] chore: bump cached dependency This bumps `cached` to the latest version (which aligns it with other dfinity repos) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1f9cd31..17fef90b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ urlencoding = "2" rstest = "0.23" rstest_reuse = "0.7" tokio = { version = "1", features = ["full"] } -cached = "0.54" +cached = "0.56" lazy_static = "1" parking_lot = "0.12" assert_matches = "1.5"