From 4d9028257307c255ae74c118a8756c6a8bfa0838 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Jan 2022 23:02:16 +0000 Subject: fix(deps): update rust crate serde_derive to 1.0.136 --- crates/whirl_api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/whirl_api') diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index d452110..a932243 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -25,7 +25,7 @@ num-traits = "0.2.14" # Serialization serde = "1.0.135" -serde_derive = "1.0.135" +serde_derive = "1.0.136" # Logging log = "0.4.14" -- cgit v1.2.3