automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-09-08 02:24:44 +00:00 committed by github-actions[bot]
parent a83bb67700
commit a16e3053d2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ use std::net::SocketAddr;
use anyhow::Result;
use async_trait::async_trait;
use libpt::log::{debug, info, warn};
use libpt::log::{debug, warn};
use rand::distributions::{Distribution, Standard};
use rand::{random, Rng};
use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};