From bab03bb044022e0c8b595d7f38ac033abb487681 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Aug 2025 05:04:32 +0000 Subject: [PATCH] chore(deps): update rust crate minicbor-serde to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9452066c..2440e0fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -540,7 +540,7 @@ version = "0.26.3" features = ["std"] [workspace.dependencies.minicbor-serde] -version = "0.4.1" +version = "0.6.0" features = ["std"] [workspace.dependencies.maplit]