aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-12 18:58:08 +0000
committerRenovate Bot <[email protected]>2022-01-12 18:58:08 +0000
commit65b15cabd5a0a8ae40bd2a239e4656be920b7d9b (patch)
treebd35635921c0381caa52aff363751c6bf31e6943 /crates/whirl_server
parentMerge pull request #131 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-65b15cabd5a0a8ae40bd2a239e4656be920b7d9b.tar.xz
whirl-65b15cabd5a0a8ae40bd2a239e4656be920b7d9b.zip
fix(deps): update rust crate serde_derive to 1.0.133
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 cf71c0c..1ea2798 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.133"
-serde_derive = "1.0.130"
+serde_derive = "1.0.133"
# TCP
tokio = { version = "1.13.0", features = ["full"] }