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 | d43b2a0d662001bcddddc43c40e826727aa675a9 (patch) | |
| tree | 92eac3f54e1cddbe6e468657630fddb8397686d1 /crates/whirl_api | |
| parent | Merge pull request #81 from Whirlsplash/renovate/flexi_logger-0.x (diff) | |
| download | whirl-d43b2a0d662001bcddddc43c40e826727aa675a9.tar.xz whirl-d43b2a0d662001bcddddc43c40e826727aa675a9.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 cb0eb3f..9ff5087 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" |