diff options
Diffstat (limited to 'crates/whirl/Cargo.toml')
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 5183f41..6822204 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.133" -serde_derive = "1.0.130" +serde_derive = "1.0.133" # CLI structopt = "0.3.25" |