build: bump serde_derive from 1.0.133 to 1.0.134

Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.133 to 1.0.134.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.133...v1.0.134)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-01-21 23:35:15 +00:00
parent 5847e73f40
commit 25ce38bee1
8 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ edition = "2018"
anyhow = "1.0.52"
thiserror = "1.0.30"
serde = { version = "1.0.133", features = ["rc"] }
serde_derive = "1.0.133"
serde_derive = "1.0.134"
serde_json = "1.0.75"
versionize = "0.1.6"
versionize_derive = "0.1.4"