chore: switch tokio-ping over to fork

This commit is contained in:
Jan Christian Grünhage
2021-04-27 20:55:09 +02:00
parent a17ee534b2
commit c2988995e1
4 changed files with 18 additions and 16 deletions

View File

@ -25,7 +25,7 @@ use log::{info, trace};
use prometheus::*;
use std::net::IpAddr;
use std::time::Duration;
use tokio_ping::{PingFuture, Pinger};
use tokio_icmp_echo::{PingFuture, Pinger};
lazy_static! {
static ref PING_HISTOGRAM: HistogramVec = register_histogram_vec!(