diff options
| author | Renovate Bot <[email protected]> | 2021-08-23 22:35:49 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-23 22:35:49 +0000 |
| commit | 0356e6b66215b39dcf853c4f4c92d4633e9d7642 (patch) | |
| tree | 221cc37329df13d0f525ffda861bb7e14bd810a5 /crates/whirl_api | |
| parent | Merge pull request #71 from Whirlsplash/renovate/serde_derive-1.x (diff) | |
| download | whirl-0356e6b66215b39dcf853c4f4c92d4633e9d7642.tar.xz whirl-0356e6b66215b39dcf853c4f4c92d4633e9d7642.zip | |
fix(deps): update rust crate serde to 1.0.129
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 aa7c796..7f64254 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.128" +serde = "1.0.129" serde_derive = "1.0.128" # Logging |