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

@@ -8,7 +8,7 @@ use nostrdb::{NoteKey, Subscription, Transaction};
use std::cmp::Ordering;
use std::sync::{Arc, Mutex};
use log::warn;
use tracing::warn;
#[derive(Debug, Eq, PartialEq, Copy, Clone)]
pub struct NoteRef {