From f4e36fd6995776ba838119c42159a43faddbde0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 21:27:57 +0000 Subject: [PATCH] fix(deps): update rust crate serde_derive to 1.0.187 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fea623a..1e973b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ opt-level = "s" [dependencies] # Serialization serde = "1.0.136" -serde_derive = "1.0.136" +serde_derive = "1.0.187" serde_json = "1.0.79" # Utility