From 6b23fa3d2898c9682f2c4e0a4177c32d4f407d23 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 25 Sep 2019 13:18:32 +0200 Subject: [PATCH] Run cargo update --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 250b67e9..9599acae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,13 +4,13 @@ name = "blog_os" version = "0.1.0" dependencies = [ - "bootloader 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bootloader 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "bootloader" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" [metadata] -"checksum bootloader 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b78932cf3ce7b890897030610423f66733091f092b03bc8de0fcb6c9f93b274" +"checksum bootloader 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "45dd858bd74a742ec0fe887722952c263abd0825aa8d33a3704917a97d7bd41e"