Bump MSRV to 1.81 (#582)

This is required due to the `hybrid-array` crate, which has become a
transitive dependency of the majority of our dependencies and will be
required in the very near future.
This commit is contained in:
Jack Grigg
2024-11-26 07:58:24 +13:00
committed by GitHub
parent 0a90dc3ca8
commit 32cd92af50
13 changed files with 50 additions and 64 deletions
+2 -2
View File
@@ -192,8 +192,8 @@ impl std::error::Error for Error {
}
}
impl From<x509_cert::der::Error> for Error {
fn from(_err: x509_cert::der::Error) -> Error {
impl From<der::Error> for Error {
fn from(_err: der::Error) -> Error {
Error::ParseError
}
}