Bump serde_bytes from 0.11.12 to 0.11.13 (#34598)

* Bump serde_bytes from 0.11.12 to 0.11.13

Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.12 to 0.11.13.
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](https://github.com/serde-rs/bytes/compare/0.11.12...0.11.13)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2024-01-02 11:28:12 +08:00 committed by GitHub
parent 26d058185e
commit 6ff13e4f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -4894,9 +4894,9 @@ dependencies = [
[[package]]
name = "serde_bytes"
version = "0.11.12"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff"
checksum = "8bb1879ea93538b78549031e2d54da3e901fd7e75f2e4dc758d760937b123d10"
dependencies = [
"serde",
]

View File

@ -294,7 +294,7 @@ scopeguard = "1.2.0"
semver = "1.0.20"
seqlock = "0.2.0"
serde = "1.0.193"
serde_bytes = "0.11.12"
serde_bytes = "0.11.13"
serde_derive = "1.0.103"
serde_json = "1.0.108"
serde_with = { version = "2.3.3", default-features = false }

View File

@ -4353,9 +4353,9 @@ dependencies = [
[[package]]
name = "serde_bytes"
version = "0.11.12"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff"
checksum = "8bb1879ea93538b78549031e2d54da3e901fd7e75f2e4dc758d760937b123d10"
dependencies = [
"serde",
]