aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-03-11 12:41:23 +0000
committerGitHub <[email protected]>2022-03-11 12:41:23 +0000
commit535e706c85e28a75f19c5bc81e7d3b8da544f7a8 (patch)
tree04b50736f3b6d643e1ae491519a072055466358d /crates/whirl_api
parentMerge pull request #147 from Whirlsplash/renovate/hyper-0.x (diff)
parentfix(deps): update rust crate serde_derive to 1.0.136 (diff)
downloadwhirl-535e706c85e28a75f19c5bc81e7d3b8da544f7a8.tar.xz
whirl-535e706c85e28a75f19c5bc81e7d3b8da544f7a8.zip
Merge pull request #143 from Whirlsplash/renovate/serde_derive-1.x
fix(deps): update rust crate serde_derive to 1.0.136
Diffstat (limited to 'crates/whirl_api')
-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 5f32b48..e167723 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.135"
-serde_derive = "1.0.135"
+serde_derive = "1.0.136"
# Logging
log = "0.4.14"