From 2b71801b050d2427084927df900f1166391c89ed Mon Sep 17 00:00:00 2001 From: Arsenii Kulikov Date: Wed, 5 Mar 2025 22:57:19 +0400 Subject: [PATCH] serde 1.0.95 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca39981..b700ce0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ keywords = ["data-structure", "no_std"] categories = ["data-structures", "no-std"] [dependencies] -serde = { version = "1.0", optional = true, default-features = false, features = ["alloc", "derive"] } +serde = { version = "1.0.95", optional = true, default-features = false, features = ["alloc", "derive"] } [features] default = ["std"]