diff options
| author | Renovate Bot <[email protected]> | 2021-07-31 10:24:46 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-07-31 10:24:46 +0000 |
| commit | 47fd5ffcedcbca59371c08d519f89d8fb518e232 (patch) | |
| tree | 7ad73a23e3e90e8cd94dfc96ec4e9e0a0b0774ba /crates/whirl_api | |
| parent | Merge pull request #64 from Whirlsplash/renovate/serde-1.x (diff) | |
| download | whirl-47fd5ffcedcbca59371c08d519f89d8fb518e232.tar.xz whirl-47fd5ffcedcbca59371c08d519f89d8fb518e232.zip | |
fix(deps): update rust crate serde_derive to 1.0.127
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 3987ca9..c0a3512 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -26,7 +26,7 @@ qstring = "0.7.2" # Serialization serde = "1.0.127" -serde_derive = "1.0.126" +serde_derive = "1.0.127" # Logging log = "0.4.14" |