diff options
| author | Renovate Bot <[email protected]> | 2021-08-28 19:07:34 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-28 19:07:34 +0000 |
| commit | 62759f10c36f11879faf6f8183b3f6d1844d6943 (patch) | |
| tree | 1faf03482e0702b59f58f60c73d070d850103358 /crates/whirl_api | |
| parent | Merge pull request #81 from Whirlsplash/renovate/flexi_logger-0.x (diff) | |
| download | whirl-62759f10c36f11879faf6f8183b3f6d1844d6943.tar.xz whirl-62759f10c36f11879faf6f8183b3f6d1844d6943.zip | |
fix(deps): update rust crate serde_derive to 1.0.130
Diffstat (limited to 'crates/whirl_api')
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index e9f1bd7..8cff250 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -28,7 +28,7 @@ qstring = "0.7.2" # Serialization serde = "1.0.129" -serde_derive = "1.0.129" +serde_derive = "1.0.130" # Logging log = "0.4.14" |