Skip to content

Commit

Permalink
Merge #505
Browse files Browse the repository at this point in the history
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
bors[bot] and Max K authored Jul 25, 2023
2 parents c16c8aa + 6e903a2 commit 66e7a21
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66e7a21

Please sign in to comment.