From 38cce09a78c16b37824be480388f795e93259018 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 13:41:41 +0000 Subject: [PATCH] Bump pcsc from 2.3.1 to 2.4.0 Bumps [pcsc](https://github.com/bluetech/pcsc-rust) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/bluetech/pcsc-rust/releases) - [Changelog](https://github.com/bluetech/pcsc-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluetech/pcsc-rust/compare/v2.3.1...v2.4.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2534be..2201385 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,9 +518,9 @@ dependencies = [ [[package]] name = "pcsc" -version = "2.3.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87136e233906afe6cc044ab39f1625ad9250895af5e7ba215e0ec8381390824c" +checksum = "88e09a8d8705a2c9b1ffe1f9dd9580efe3f8e80c19fc9f99038fe99b7bb56c83" dependencies = [ "bitflags", "pcsc-sys",