aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-23 23:24:27 +0000
committerRenovate Bot <[email protected]>2021-08-23 23:24:27 +0000
commit0d478d4fde197a911b95de8519863c7bc8c25e81 (patch)
tree7fcac49c722f67af41909db51696c12b1001c3e6
parentMerge pull request #74 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-0d478d4fde197a911b95de8519863c7bc8c25e81.tar.xz
whirl-0d478d4fde197a911b95de8519863c7bc8c25e81.zip
fix(deps): update rust crate serde_derive to 1.0.129
-rw-r--r--crates/whirl/Cargo.toml2
-rw-r--r--crates/whirl_api/Cargo.toml2
-rw-r--r--crates/whirl_config/Cargo.toml2
-rw-r--r--crates/whirl_server/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index a912f9b..3476139 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -33,7 +33,7 @@ byteorder = "1.4.3"
# Serialization
serde = "1.0.129"
-serde_derive = "1.0.128"
+serde_derive = "1.0.129"
# CLI
structopt = "0.3.22"
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 93af481..2001767 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -28,7 +28,7 @@ qstring = "0.7.2"
# Serialization
serde = "1.0.129"
-serde_derive = "1.0.128"
+serde_derive = "1.0.129"
# Logging
log = "0.4.14"
diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml
index 6282c0a..47941fe 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.129"
-serde_derive = "1.0.128"
+serde_derive = "1.0.129"
# Logging
log = "0.4.14"
diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml
index b310cfb..341cf3a 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.129"
-serde_derive = "1.0.128"
+serde_derive = "1.0.129"
# TCP
tokio = { version = "1.10.0", features = ["full"] }