Bump serde from 1.0.159 to 1.0.160 (#985)

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

---
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-04-12 13:35:00 +10:00 committed by GitHub
parent 75f48cce3e
commit 067af4ea25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -24,7 +24,7 @@ futures-util = "0.3.28"
generic-array = "0.14.7"
httpdate = "1.0.2"
reqwest = { version = "0.11.16", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
serde = { version = "1.0.159", features = ["derive"], optional = true }
serde = { version = "1.0.160", features = ["derive"], optional = true }
serde_json = { version = "1.0.95", optional = true }
# Use a fork here since we need PAX support, but the upstream
# does not hav the PR merged yet.