Bump serde from 1.0.117 to 1.0.125

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.117 to 1.0.125.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.117...v1.0.125)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-27 22:04:30 +00:00 committed by GitHub
parent 0f2002663d
commit ae46f82d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
uuid = { version = "^0.8.1", features = ["serde", "v4"] }
serde = "^1.0.104"
serde = "^1.0.125"
serde_json = "^1.0"
chrono = { version = "^0.4.10", features = ["serde"] }
failure = {version = "^0.1.5", features = ["derive"] }