aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-25 06:36:17 +0000
committerGitHub <noreply@github.com>2020-11-25 06:36:17 +0000
commitcbe2e6dcfe337fe7cbbd55c76ce47027e0ee99ec (patch)
treea630b02cd83adf31347be9450749f1245be2fdab
parent90e8e19f5e53fe35ab15e372c359ba681c8bc843 (diff)
downloadservo-cbe2e6dcfe337fe7cbbd55c76ce47027e0ee99ec.tar.gz
servo-cbe2e6dcfe337fe7cbbd55c76ce47027e0ee99ec.zip
Bump bytemuck from 1.2.0 to 1.4.1
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.2.0 to 1.4.1. - [Release notes](https://github.com/Lokathor/bytemuck/releases) - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.2.0...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ad4126cc803..f431ac3fadf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -493,9 +493,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "bytemuck"
-version = "1.2.0"
+version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37fa13df2292ecb479ec23aa06f4507928bef07839be9ef15281411076629431"
+checksum = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
[[package]]
name = "byteorder"