aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_config
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-25 23:02:16 +0000
committerRenovate Bot <[email protected]>2022-01-25 23:02:16 +0000
commit4d9028257307c255ae74c118a8756c6a8bfa0838 (patch)
tree278f8eba4af1940ddfdd10f4da4e9982e67a7702 /crates/whirl_config
parentMerge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff)
downloadwhirl-4d9028257307c255ae74c118a8756c6a8bfa0838.tar.xz
whirl-4d9028257307c255ae74c118a8756c6a8bfa0838.zip
fix(deps): update rust crate serde_derive to 1.0.136
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 a46085b..9a9b90f 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.135"
-serde_derive = "1.0.135"
+serde_derive = "1.0.136"
# Logging
log = "0.4.14"