From 75e9e8fc853a92d67efee83d5994ebd47b2f8a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:30:52 +0000 Subject: [PATCH] Bump pcsc from 2.8.0 to 2.8.1 Bumps [pcsc](https://github.com/bluetech/pcsc-rust) from 2.8.0 to 2.8.1. - [Changelog](https://github.com/bluetech/pcsc-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluetech/pcsc-rust/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: pcsc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4462a843..10601fe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,9 +557,9 @@ dependencies = [ [[package]] name = "pcsc" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37cab0be9d04e808a8d8059fa54befcd71dc8b168f9f0c04bdb7e59832abbab4" +checksum = "bb13eef52331b39f46e7002447566fc04e976f4600a6246962851b10b3a4da5a" dependencies = [ "bitflags 1.3.2", "pcsc-sys", diff --git a/Cargo.toml b/Cargo.toml index 18b623ea..5b3efd5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ ecdsa = { version = "0.16.7", features = ["digest", "pem"] } p256 = "0.13" p384 = "0.13" pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] } -pcsc = "2.3.1" +pcsc = "2.8.1" rand_core = { version = "0.6", features = ["std"] } rsa = { version = "0.9.3", features = ["sha2"] } secrecy = "0.8"