From fee95b6b365796556614b5b42d20cfa61fad1522 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 19 Apr 2022 01:38:39 +0200 Subject: [PATCH] Update to nom 7 --- openpgp-card/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index c611ff8..710bb72 100644 --- a/openpgp-card/Cargo.toml +++ b/openpgp-card/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/openpgp-card" [dependencies] blanket = "0.2.0" -nom = "6" +nom = "7" hex-slice = "0.1" thiserror = "1" log = "0.4"