diff options
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 6f5b841..1222b55 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,7 +15,7 @@ use pcap::Capture; use ringbuf::{HeapRb, Rb}; use rsdsl_netlinklib::blocking::Connection; use russh::server::{Auth, Handle, Msg, Session}; -use russh::{Channel, ChannelId, MethodSet}; +use russh::{Channel, ChannelId, CryptoVec, MethodSet}; use russh_keys::key::KeyPair; use thiserror::Error; |