diff options
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" |