aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-28 23:37:14 +0000
committerRenovate Bot <[email protected]>2021-08-28 23:37:14 +0000
commit80946b3853be6a403280d4546ccaf788b98a5265 (patch)
tree73e4cae5c2ddbdba2ed292d030e17f7dc327445d /crates/whirl_server
parentMerge pull request #83 from Whirlsplash/renovate/serde_derive-1.x (diff)
downloadwhirl-80946b3853be6a403280d4546ccaf788b98a5265.tar.xz
whirl-80946b3853be6a403280d4546ccaf788b98a5265.zip
fix(deps): update rust crate serde to 1.0.130
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 b63e71b..f843623 100644
--- a/crates/whirl_server/Cargo.toml
+++ b/crates/whirl_server/Cargo.toml
@@ -26,7 +26,7 @@ bytes = "1.1.0"
byteorder = "1.4.3"
# Serialization
-serde = "1.0.129"
+serde = "1.0.130"
serde_derive = "1.0.130"
# TCP