aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-23 00:51:05 +0000
committerRenovate Bot <[email protected]>2022-01-23 00:51:05 +0000
commitdfe8a75f2304b86e6565e1e521a301780792df64 (patch)
tree1f66dc89f80c327e8573799d13fbee41f8694a7c /crates
parentMerge pull request #139 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-dfe8a75f2304b86e6565e1e521a301780792df64.tar.xz
whirl-dfe8a75f2304b86e6565e1e521a301780792df64.zip
fix(deps): update rust crate serde_derive to 1.0.135
Diffstat (limited to 'crates')
-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 6bce4c7..9d8b3c0 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -32,7 +32,7 @@ byteorder = "1.4.3"
# Serialization
serde = "1.0.134"
-serde_derive = "1.0.133"
+serde_derive = "1.0.135"
# CLI
structopt = "0.3.25"
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 5178b31..b86461d 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.134"
-serde_derive = "1.0.133"
+serde_derive = "1.0.135"
# Logging
log = "0.4.14"
diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml
index 8fdb478..f9519e1 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.134"
-serde_derive = "1.0.133"
+serde_derive = "1.0.135"
# Logging
log = "0.4.14"
diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml
index 733d56a..c8da10e 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.134"
-serde_derive = "1.0.133"
+serde_derive = "1.0.135"
# TCP
tokio = { version = "1.13.0", features = ["full"] }