From d396c53c2165ced26542c87d6f5ca366ca970ea0 Mon Sep 17 00:00:00 2001 From: stormshield-gt Date: Thu, 12 Dec 2024 16:14:12 +0100 Subject: [PATCH] fix: wrong version of rustify_derive in rustify Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a581ecf..a057989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ async-trait = "0.1.52" bytes = "1.1.0" http = "1" reqwest = { version = "0.12.2", default-features = false, optional = true } -rustify_derive = { version = "0.5.3", path = "rustify_derive" } +rustify_derive = { version = "0.5.4", path = "rustify_derive" } serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" serde_urlencoded = "0.7.1"