aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-01-12 18:59:29 +0000
committerGitHub <[email protected]>2022-01-12 18:59:29 +0000
commite41efd2c0ac3326f3f2dfbd6bec057d7ce4e316d (patch)
treee1e5b99e7c20fb5d0b43fe2991a4ad74264f9353 /crates/whirl
parentMerge pull request #131 from Whirlsplash/renovate/serde-1.x (diff)
parentfix(deps): update rust crate serde_derive to 1.0.133 (diff)
downloadarchived-whirl-e41efd2c0ac3326f3f2dfbd6bec057d7ce4e316d.tar.xz
archived-whirl-e41efd2c0ac3326f3f2dfbd6bec057d7ce4e316d.zip
Merge pull request #132 from Whirlsplash/renovate/serde_derive-1.x
fix(deps): update rust crate serde_derive to 1.0.133
Diffstat (limited to 'crates/whirl')
-rw-r--r--crates/whirl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index 5183f41..6822204 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -33,7 +33,7 @@ byteorder = "1.4.3"
# Serialization
serde = "1.0.133"
-serde_derive = "1.0.130"
+serde_derive = "1.0.133"
# CLI
structopt = "0.3.25"