build: bump serde from 1.0.136 to 1.0.137 (#3955)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-02 22:10:32 +02:00
committed by GitHub
parent 1b938fd484
commit 4813afd988
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ rayon = "1.5.2"
regex = "1.5.5"
rust-ini = "0.18.0"
semver = "1.0.7"
serde = { version = "1.0.136", features = ["derive"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.79"
sha-1 = "0.10.0"
shadow-rs = "0.11.0"