Bump serde from 1.0.170 to 1.0.171 (#1071)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.170 to 1.0.171.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.170...v1.0.171)

---
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>
Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com>
Co-authored-by: Tadeo Hepperle <62739623+tadeohepperle@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-17 16:59:44 +01:00
committed by GitHub
parent f1b625f483
commit ab2f2a8cdf
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ scale-value = "0.10.0"
scale-bits = "0.3"
scale-decode = "0.7.0"
scale-encode = "0.3.0"
serde = { version = "1.0.164" }
serde = { version = "1.0.171" }
serde_json = { version = "1.0.100" }
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
thiserror = "1.0.40"