Update tls_rustls.rs

This commit is contained in:
Rob Ede 2024-05-18 19:24:10 +01:00 committed by GitHub
parent 97f34ab8cc
commit 7993ab0959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
//! Protocol: HTTP/1.1
//! ```
use tls_rustls_023 as rustls;
extern crate tls_rustls_023 as rustls;
use std::io;