Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
505: Update mio net2 deps in cargo.lock r=jethrogb a=mkaynov * Errors in rust-lang tests with fortanix-sgx-tools built from sources: ``` 11:29:23 ---- net::tcp::tests::bind_error stdout ---- 11:29:23 thread 'net::tcp::tests::bind_error' panicked at 'assertion failed: `(left == right)` 11:29:23 left: `InvalidInput`, 11:29:23 right: `AddrNotAvailable`', library/std/src/net/tcp/tests.rs:29:19 ``` * They come from this tokio line: https://github.com/tokio-rs/tokio/blob/tokio-0.2.22/tokio/src/net/tcp/listener.rs#L138 * net2 and mio tokio's dependencies updated in lock file to solve this Resolves #504 Co-authored-by: Max K <maxim.kainov@fortanix.com>
- Loading branch information