Bump serde_bytes from 0.11.13 to 0.11.14 (#34637)

* Bump serde_bytes from 0.11.13 to 0.11.14

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

---
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-03 23:20:42 +08:00 committed by GitHub
parent 5b91e299da
commit ace2bb2e37
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

@ -4883,9 +4883,9 @@ dependencies = [
[[package]]
name = "serde_bytes"
version = "0.11.13"
version = "0.11.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bb1879ea93538b78549031e2d54da3e901fd7e75f2e4dc758d760937b123d10"
checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734"
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.13"
serde_bytes = "0.11.14"
serde_derive = "1.0.103"
serde_json = "1.0.109"
serde_with = { version = "2.3.3", default-features = false }

View File

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