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 | 173789498a5f7c3228b0eb8d9feb8a3afd81aefd (patch) | |
| tree | ecfe2e1388447462645074256ddb267f43a8b464 /crates/whirl_api/Cargo.toml | |
| parent | Merge pull request #69 from Whirlsplash/renovate/tokio-1.x (diff) | |
| download | whirl-173789498a5f7c3228b0eb8d9feb8a3afd81aefd.tar.xz whirl-173789498a5f7c3228b0eb8d9feb8a3afd81aefd.zip | |
fix(deps): update rust crate serde to 1.0.128
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
| -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 719408b..2c4e38a 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 |