diff options
| author | Renovate Bot <[email protected]> | 2021-08-28 23:37:14 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-28 23:37:14 +0000 |
| commit | 41eefd1c83c8c64d85154f508aab765717c443ff (patch) | |
| tree | ea919c2629e15fa58f1137fd430cd7831eb0c20a /crates/whirl_api | |
| parent | Merge pull request #83 from Whirlsplash/renovate/serde_derive-1.x (diff) | |
| download | whirl-41eefd1c83c8c64d85154f508aab765717c443ff.tar.xz whirl-41eefd1c83c8c64d85154f508aab765717c443ff.zip | |
fix(deps): update rust crate serde 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 9ff5087..4da3bd7 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.129" +serde = "1.0.130" serde_derive = "1.0.130" # Logging |