From 353b1d9091b9095282463f36e26643506e2d2897 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 26 Mar 2020 09:03:39 +0000 Subject: use lifetimes in serialization to prevent closing --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 8e079d2..ba5218a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -495,6 +495,7 @@ dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", "msg_on_socket_derive 0.1.0", + "msg_socket2 0.1.0", "sync 0.1.0", "sys_util 0.1.0", ] -- cgit 1.4.1