diff options
| author | Renovate Bot <[email protected]> | 2022-01-12 18:49:41 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-12 18:49:41 +0000 |
| commit | 73cd9dcba46dfd3e851ccf66574d296307394380 (patch) | |
| tree | c01e0639099720585a3c5b284df326e29f0ef434 /crates/whirl_config | |
| parent | Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff) | |
| download | whirl-73cd9dcba46dfd3e851ccf66574d296307394380.tar.xz whirl-73cd9dcba46dfd3e851ccf66574d296307394380.zip | |
fix(deps): update rust crate serde to 1.0.133
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 476166e..74ecac4 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.130" +serde = "1.0.133" serde_derive = "1.0.130" # Logging |