Bump serde from 1.0.156 to 1.0.159 (#2395)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.156 to 1.0.159.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.156...v1.0.159)

---
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]
2023-03-29 21:50:45 +02:00
committed by GitHub
parent 001907ff2b
commit b2f4f2ecfb
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0" }
criterion = { version = "0.4.0", features = [ "async_tokio" ] }
jsonrpsee = { version = "0.16.2", features = ["server"] }
rand = "0.8.5"
serde = { version = "1.0.156", features = ["derive"] }
serde = { version = "1.0.159", features = ["derive"] }
tokio = { version = "1.26.0", features = ["macros"] }
tracing = "0.1.37"
url = "2.3.1"