aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/Cargo.toml
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-01-23 00:57:40 +0000
committerGitHub <[email protected]>2022-01-23 00:57:40 +0000
commite02bab01f3ca8d77338c8cacd7b5db0e035e4d43 (patch)
treeb6fe9f7332f2771597abe0478afcdd36da15c5e1 /crates/whirl_api/Cargo.toml
parentMerge pull request #139 from Whirlsplash/renovate/serde-1.x (diff)
parentfix(deps): update rust crate serde_derive to 1.0.135 (diff)
downloadwhirl-e02bab01f3ca8d77338c8cacd7b5db0e035e4d43.tar.xz
whirl-e02bab01f3ca8d77338c8cacd7b5db0e035e4d43.zip
Merge pull request #140 from Whirlsplash/renovate/serde_derive-1.x
fix(deps): update rust crate serde_derive to 1.0.135
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 e8d950d..d2d4472 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -25,7 +25,7 @@ num-traits = "0.2.14"
# Serialization
serde = "1.0.134"
-serde_derive = "1.0.133"
+serde_derive = "1.0.135"
# Logging
log = "0.4.14"