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_config | |
| 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_config')
| -rw-r--r-- | crates/whirl_config/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 010ec1b..5ae35b1 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -17,7 +17,7 @@ publish = false config = "0.11.0" # Serialization -serde = "1.0.127" +serde = "1.0.128" serde_derive = "1.0.127" # Logging |