aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-21 19:21:43 +0000
committerRenovate Bot <[email protected]>2021-08-21 19:21:43 +0000
commit83d7c597f1ee95cb6e6fd269a00032fbc57a20d7 (patch)
treecb402c6bd2ea1b9cc15d329299056fb5f66d4d81 /crates/whirl_server/Cargo.toml
parentMerge pull request #70 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-83d7c597f1ee95cb6e6fd269a00032fbc57a20d7.tar.xz
whirl-83d7c597f1ee95cb6e6fd269a00032fbc57a20d7.zip
fix(deps): update rust crate serde_derive to 1.0.128
Diffstat (limited to 'crates/whirl_server/Cargo.toml')
-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 9c1f86d..0643bc6 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.128"
-serde_derive = "1.0.127"
+serde_derive = "1.0.128"
# TCP
tokio = { version = "1.10.0", features = ["full"] }