diff options
| author | Renovate Bot <[email protected]> | 2021-07-31 04:36:05 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-07-31 04:36:05 +0000 |
| commit | daa47537bcfbe51ac660c4c5c23560edfe446aee (patch) | |
| tree | d87d317e43d1a86be4398f3dba0a47c4aaac1f39 /crates/whirl_api | |
| parent | Merge pull request #63 from Whirlsplash/renovate/async-trait-0.x (diff) | |
| download | whirl-daa47537bcfbe51ac660c4c5c23560edfe446aee.tar.xz whirl-daa47537bcfbe51ac660c4c5c23560edfe446aee.zip | |
fix(deps): update rust crate serde 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 09c0c90..3987ca9 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -25,7 +25,7 @@ num-traits = "0.2.14" qstring = "0.7.2" # Serialization -serde = "1.0.126" +serde = "1.0.127" serde_derive = "1.0.126" # Logging |