aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
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_api
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_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 2c4e38a..aa7c796 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.128"
-serde_derive = "1.0.127"
+serde_derive = "1.0.128"
# Logging
log = "0.4.14"