From 58d662c6d37dd1b0dccd4d0ce30290b8ede408e9 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 6 Mar 2020 12:39:07 +0100 Subject: openpgp: Update nettle to 7.0.0. --- openpgp/src/crypto/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp/src/crypto/mod.rs') diff --git a/openpgp/src/crypto/mod.rs b/openpgp/src/crypto/mod.rs index c93b3625..d1b9f540 100644 --- a/openpgp/src/crypto/mod.rs +++ b/openpgp/src/crypto/mod.rs @@ -4,7 +4,7 @@ use std::io::Read; use std::ops::{Deref, DerefMut}; use std::fmt; -use nettle::{Random, Yarrow}; +use nettle::random::{Random, Yarrow}; use crate::types::HashAlgorithm; use crate::Result; -- cgit v1.2.3