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"