aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-10 16:51:37 +0000
committerGitHub <noreply@github.com>2025-03-10 16:51:37 +0000
commitfa1e853e4a9747aedea1c59f341357a0329ac71e (patch)
tree7e88637eea338cd74dfc587db962205bb0d9fd30
parentccd4b113a804e1b5650683d1fed7ecea83b17d0b (diff)
downloadservo-fa1e853e4a9747aedea1c59f341357a0329ac71e.tar.gz
servo-fa1e853e4a9747aedea1c59f341357a0329ac71e.zip
build(deps): bump serde_bytes from 0.11.16 to 0.11.17 (#35885)
Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.16 to 0.11.17. - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](https://github.com/serde-rs/bytes/compare/0.11.16...0.11.17) --- updated-dependencies: - dependency-name: serde_bytes 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>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f783c8d9260..e94d4999f84 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6531,9 +6531,9 @@ dependencies = [
[[package]]
name = "serde_bytes"
-version = "0.11.16"
+version = "0.11.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "364fec0df39c49a083c9a8a18a23a6bcfd9af130fe9fe321d18520a0d113e09e"
+checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
dependencies = [
"serde",
]