diff options
| author | Renovate Bot <[email protected]> | 2021-08-21 18:11:18 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-21 18:11:18 +0000 |
| commit | a40a54c77c8b0b0115b044c987da74088414a8be (patch) | |
| tree | 36092410fcbd81dc96cc03e3256d890d73bfc1be /crates/whirl_api | |
| parent | Merge pull request #69 from Whirlsplash/renovate/tokio-1.x (diff) | |
| download | whirl-a40a54c77c8b0b0115b044c987da74088414a8be.tar.xz whirl-a40a54c77c8b0b0115b044c987da74088414a8be.zip | |
fix(deps): update rust crate serde 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 9467d72..4eeec34 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -27,7 +27,7 @@ num-traits = "0.2.14" qstring = "0.7.2" # Serialization -serde = "1.0.127" +serde = "1.0.128" serde_derive = "1.0.127" # Logging |