mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
chore: update Rust toolchain to 1.88.0 (#852)
MSRV is also bumped to 1.84.
This commit is contained in:
parent
eca256ae10
commit
48e02441d2
53 changed files with 122 additions and 140 deletions
|
@ -41,7 +41,7 @@ where
|
|||
.1
|
||||
.peer_certificates()
|
||||
.and_then(|certificates| certificates.first())
|
||||
.ok_or_else(|| io::Error::new(io::ErrorKind::Other, "peer certificate is missing"))?;
|
||||
.ok_or_else(|| io::Error::other("peer certificate is missing"))?;
|
||||
crate::extract_tls_server_public_key(cert)?
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue