Bump serde from 1.0.155 to 1.0.156 (#912)

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

---
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-15 15:56:30 +11:00 committed by GitHub
parent ca7b489663
commit 3e830c9fad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@ futures-lite = { version = "1.12.0", default-features = false }
generic-array = "0.14.6"
httpdate = "1.0.2"
reqwest = { version = "0.11.14", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
serde = { version = "1.0.155", features = ["derive"], optional = true }
serde = { version = "1.0.156", features = ["derive"], optional = true }
serde_json = { version = "1.0.94", optional = true }
# Use a fork here since we need PAX support, but the upstream
# does not hav the PR merged yet.