From b651cd6cd2c25ad958c9a7749b393b9a3d19ca87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 11:23:12 +0000 Subject: [PATCH] Bump pic8259 from 0.10.1 to 0.10.2 (#235) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e59da80d2..267db98f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,9 +292,9 @@ checksum = "5c6f2d937e3b8d63449b01401e2bae4041bc9dd1129c2e3e0d239407cf6635ac" [[package]] name = "pic8259" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08cc920d83ee33c0f9b73aa441e75468bf2d10c959a3eb6260cf720b05ac91a1" +checksum = "24ec21f514e2e16e94649f1d041ca4a7069b512c037ac156360652a775e6229d" dependencies = [ "x86_64", ] diff --git a/Cargo.toml b/Cargo.toml index 2f5640978..f847993af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ linked_list_allocator = "0.9.0" littlewing = { version = "0.7.0", default-features = false } pbkdf2 = { version = "0.9.0", default-features = false } pc-keyboard = "0.5.1" -pic8259 = "0.10.0" +pic8259 = "0.10.2" rand = { version = "0.8.4", default-features = false } rand_chacha = { version = "0.3.0", default-features = false } rand_core = { version = "0.6.3", default-features = false }