summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/header/ctb.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/header/ctb.rs')
-rw-r--r--openpgp/src/packet/header/ctb.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/header/ctb.rs b/openpgp/src/packet/header/ctb.rs
index 3f48cdf5..eabfce0e 100644
--- a/openpgp/src/packet/header/ctb.rs
+++ b/openpgp/src/packet/header/ctb.rs
@@ -75,7 +75,7 @@ pub enum PacketLengthType {
}
impl TryFrom<u8> for PacketLengthType {
- type Error = failure::Error;
+ type Error = anyhow::Error;
fn try_from(u: u8) -> Result<Self> {
match u {