chore: update Rust toolchain to 1.88.0 (#852)

MSRV is also bumped to 1.84.
This commit is contained in:
Benoît Cortier 2025-07-03 00:38:28 -04:00 committed by GitHub
parent eca256ae10
commit 48e02441d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 122 additions and 140 deletions

View file

@ -1,4 +1,4 @@
use std::net::SocketAddr;
use core::net::SocketAddr;
use anyhow::Result;
use tokio_rustls::TlsAcceptor;

View file

@ -1,4 +1,4 @@
use std::net::SocketAddr;
use core::net::SocketAddr;
use std::rc::Rc;
use std::sync::Arc;