aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-25 23:02:16 +0000
committerRenovate Bot <[email protected]>2022-01-25 23:02:16 +0000
commit703b7928dfbc370f2bd92d213900d3dc7d7e61a0 (patch)
tree6d8cc950e81b64d3a2eb89c7c150b95b74710efe /crates/whirl_server
parentMerge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff)
downloadwhirl-703b7928dfbc370f2bd92d213900d3dc7d7e61a0.tar.xz
whirl-703b7928dfbc370f2bd92d213900d3dc7d7e61a0.zip
fix(deps): update rust crate serde_derive to 1.0.136
Diffstat (limited to 'crates/whirl_server')
-rw-r--r--crates/whirl_server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml
index 0d2f29d..c2298b9 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.135"
-serde_derive = "1.0.135"
+serde_derive = "1.0.136"
# TCP
tokio = { version = "1.13.0", features = ["full"] }