aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_config
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-07-31 10:24:46 +0000
committerRenovate Bot <[email protected]>2021-07-31 10:24:46 +0000
commit037d0fc5c5303de47b253ea368b20e82b7ebc55a (patch)
tree06175d2c4bfd7ef4b20442477709837be8790e88 /crates/whirl_config
parentMerge pull request #64 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-037d0fc5c5303de47b253ea368b20e82b7ebc55a.tar.xz
whirl-037d0fc5c5303de47b253ea368b20e82b7ebc55a.zip
fix(deps): update rust crate serde_derive to 1.0.127
Diffstat (limited to 'crates/whirl_config')
-rw-r--r--crates/whirl_config/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml
index bee128b..010ec1b 100644
--- a/crates/whirl_config/Cargo.toml
+++ b/crates/whirl_config/Cargo.toml
@@ -18,7 +18,7 @@ config = "0.11.0"
# Serialization
serde = "1.0.127"
-serde_derive = "1.0.126"
+serde_derive = "1.0.127"
# Logging
log = "0.4.14"