aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-19 17:00:52 +0000
committerGitHub <noreply@github.com>2024-06-19 17:00:52 +0000
commit9615abac7eadf45af451a4f7fe079c20dafae41e (patch)
tree4df7f55d455932df9a87fb4a869401414f13bfbe /Cargo.lock
parent7aecd6f12669afb283285b89ed8095eb704342fa (diff)
downloadservo-9615abac7eadf45af451a4f7fe079c20dafae41e.tar.gz
servo-9615abac7eadf45af451a4f7fe079c20dafae41e.zip
build(deps): bump bytemuck from 1.16.0 to 1.16.1 (#32560)
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.16.0 to 1.16.1. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: bytemuck dependency-type: indirect 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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f2523452429..4277e407a83 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -566,9 +566,9 @@ checksum = "28346c117b50270785fbc123bd6e4ecad20d0c6d5f43d081dc80a3abcc62be64"
[[package]]
name = "bytemuck"
-version = "1.16.0"
+version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5"
+checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
dependencies = [
"bytemuck_derive",
]