diff options
| author | Renovate Bot <[email protected]> | 2021-08-21 19:21:43 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-21 19:21:43 +0000 |
| commit | 43a52c138d5b361e4703a755fb0fdfc95653856f (patch) | |
| tree | 83847115422455f87d4f1bf52835ec5a47b13ac3 /crates/whirl_api | |
| parent | Merge pull request #70 from Whirlsplash/renovate/serde-1.x (diff) | |
| download | whirl-43a52c138d5b361e4703a755fb0fdfc95653856f.tar.xz whirl-43a52c138d5b361e4703a755fb0fdfc95653856f.zip | |
fix(deps): update rust crate serde_derive to 1.0.128
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 4eeec34..b183853 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.128" -serde_derive = "1.0.127" +serde_derive = "1.0.128" # Logging log = "0.4.14" |