From 47fd5ffcedcbca59371c08d519f89d8fb518e232 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 31 Jul 2021 10:24:46 +0000 Subject: fix(deps): update rust crate serde_derive to 1.0.127 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_config/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'crates') diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 00e59e7..7ec567d 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.127" -serde_derive = "1.0.126" +serde_derive = "1.0.127" # CLI structopt = "0.3.22" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 3987ca9..c0a3512 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -26,7 +26,7 @@ qstring = "0.7.2" # Serialization serde = "1.0.127" -serde_derive = "1.0.126" +serde_derive = "1.0.127" # Logging log = "0.4.14" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 1cafaa7..22dfd86 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -18,7 +18,7 @@ config = "0.11.0" # Serialization serde = "1.0.127" -serde_derive = "1.0.126" +serde_derive = "1.0.127" # Logging log = "0.4.14" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 9ae2237..fa355a2 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -27,7 +27,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.127" -serde_derive = "1.0.126" +serde_derive = "1.0.127" # TCP tokio = { version = "1.9.0", features = ["full"] } -- cgit v1.2.3