aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_config
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-23 00:51:05 +0000
committerRenovate Bot <[email protected]>2022-01-23 00:51:05 +0000
commite87fc74c6cb6e285a08f0106f065cca10df8a64c (patch)
treeb6fe9f7332f2771597abe0478afcdd36da15c5e1 /crates/whirl_config
parentMerge pull request #139 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-e87fc74c6cb6e285a08f0106f065cca10df8a64c.tar.xz
whirl-e87fc74c6cb6e285a08f0106f065cca10df8a64c.zip
fix(deps): update rust crate serde_derive to 1.0.135
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 56179ef..e848ff4 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.134"
-serde_derive = "1.0.133"
+serde_derive = "1.0.135"
# Logging
log = "0.4.14"