aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-08-28 23:37:01 +0000
committerGitHub <[email protected]>2021-08-28 23:37:01 +0000
commitd53d3d59386ad046d37207eff534726d855e8217 (patch)
tree92eac3f54e1cddbe6e468657630fddb8397686d1
parentMerge pull request #81 from Whirlsplash/renovate/flexi_logger-0.x (diff)
parentfix(deps): update rust crate serde_derive to 1.0.130 (diff)
downloadwhirl-d53d3d59386ad046d37207eff534726d855e8217.tar.xz
whirl-d53d3d59386ad046d37207eff534726d855e8217.zip
Merge pull request #83 from Whirlsplash/renovate/serde_derive-1.x
fix(deps): update rust crate serde_derive to 1.0.130
-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 827d1fc..bb67ad9 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.129"
+serde_derive = "1.0.130"
# CLI
structopt = "0.3.22"
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index cb0eb3f..9ff5087 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.129"
+serde_derive = "1.0.130"
# Logging
log = "0.4.14"
diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml
index 47941fe..af49cee 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.129"
+serde_derive = "1.0.130"
# Logging
log = "0.4.14"
diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml
index bb86bbd..463f2ed 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.129"
+serde_derive = "1.0.130"
# TCP
tokio = { version = "1.10.1", features = ["full"] }