From 6e20b9bde4cbbe53dbf1b7b7f8619354eea69688 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 4 Aug 2023 14:23:22 +0200 Subject: [PATCH] openpgp-card: release 0.3.6 --- openpgp-card/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index 3d7a7fb..bffa50f 100644 --- a/openpgp-card/Cargo.toml +++ b/openpgp-card/Cargo.toml @@ -1,18 +1,18 @@ -# SPDX-FileCopyrightText: 2021-2022 Heiko Schaefer +# SPDX-FileCopyrightText: 2021-2023 Heiko Schaefer # SPDX-License-Identifier: MIT OR Apache-2.0 [package] name = "openpgp-card" description = "A client implementation for the OpenPGP card specification" license = "MIT OR Apache-2.0" -version = "0.3.5" +version = "0.3.6" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/openpgp-card/openpgp-card" documentation = "https://docs.rs/crate/openpgp-card" [dependencies] -blanket = "0.2.0" +blanket = "0.3" nom = "7" hex-slice = "0.1" thiserror = "1" @@ -20,4 +20,4 @@ log = "0.4" chrono = "0.4" [dev-dependencies] -hex-literal = "0.3" +hex-literal = "0.4"