deps: using tracing instead of log

also update some other deps

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-05-23 11:08:02 -07:00
parent 7e02c7f745
commit af92e326f6
5 changed files with 5 additions and 21 deletions

View File

@@ -1,9 +1,9 @@
use ewebsock::{WsMessage, WsReceiver, WsSender};
use crate::{ClientMessage, Filter, Result};
use log::info;
use std::fmt;
use std::hash::{Hash, Hasher};
use tracing::info;
pub mod message;
pub mod pool;