aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-23 22:35:49 +0000
committerRenovate Bot <[email protected]>2021-08-23 22:35:49 +0000
commit0356e6b66215b39dcf853c4f4c92d4633e9d7642 (patch)
tree221cc37329df13d0f525ffda861bb7e14bd810a5 /crates/whirl_api/Cargo.toml
parentMerge pull request #71 from Whirlsplash/renovate/serde_derive-1.x (diff)
downloadwhirl-0356e6b66215b39dcf853c4f4c92d4633e9d7642.tar.xz
whirl-0356e6b66215b39dcf853c4f4c92d4633e9d7642.zip
fix(deps): update rust crate serde to 1.0.129
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
-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 aa7c796..7f64254 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -27,7 +27,7 @@ num-traits = "0.2.14"
qstring = "0.7.2"
# Serialization
-serde = "1.0.128"
+serde = "1.0.129"
serde_derive = "1.0.128"
# Logging