aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-23 23:24:27 +0000
committerRenovate Bot <[email protected]>2021-08-23 23:24:27 +0000
commit5cf0e7e28510a3d959c9fa79d90ea85a2760f706 (patch)
tree43efdad9364881401d3a9d80026d4cabd7d3fa2d /crates/whirl_api
parentMerge pull request #74 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-5cf0e7e28510a3d959c9fa79d90ea85a2760f706.tar.xz
whirl-5cf0e7e28510a3d959c9fa79d90ea85a2760f706.zip
fix(deps): update rust crate serde_derive to 1.0.129
Diffstat (limited to 'crates/whirl_api')
-rw-r--r--crates/whirl_api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 65548aa..dcb4270 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -28,7 +28,7 @@ qstring = "0.7.2"
# Serialization
serde = "1.0.129"
-serde_derive = "1.0.128"
+serde_derive = "1.0.129"
# Logging
log = "0.4.14"