diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-01-23 00:57:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-23 00:57:40 +0000 |
| commit | e02bab01f3ca8d77338c8cacd7b5db0e035e4d43 (patch) | |
| tree | b6fe9f7332f2771597abe0478afcdd36da15c5e1 /crates/whirl_api/Cargo.toml | |
| parent | Merge pull request #139 from Whirlsplash/renovate/serde-1.x (diff) | |
| parent | fix(deps): update rust crate serde_derive to 1.0.135 (diff) | |
| download | whirl-e02bab01f3ca8d77338c8cacd7b5db0e035e4d43.tar.xz whirl-e02bab01f3ca8d77338c8cacd7b5db0e035e4d43.zip | |
Merge pull request #140 from Whirlsplash/renovate/serde_derive-1.x
fix(deps): update rust crate serde_derive to 1.0.135
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 e8d950d..d2d4472 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -25,7 +25,7 @@ num-traits = "0.2.14" # Serialization serde = "1.0.134" -serde_derive = "1.0.133" +serde_derive = "1.0.135" # Logging log = "0.4.14" |