Bump serde from 1.0.118 to 1.0.119

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.119.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.119)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-12 07:01:46 +00:00 committed by GitHub
parent 9499b0f9d5
commit 34e5d7f256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@ tempdir = "0.3.7"
flate2 = "1.0.19"
tar = "0.4.30"
cargo_toml = "0.8.1"
serde = { version = "1.0.118", features = [ "derive" ] }
serde = { version = "1.0.119", features = [ "derive" ] }
strum_macros = "0.20.1"
strum = "0.20.0"
dirs = "3.0.1"