diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2021-07-10 16:21:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 15:21:19 +0000 |
commit | bdfa52fcd84995dfa955e2d726a9c22f1f9d4bc9 (patch) | |
tree | a800a979b70425a0b3a38a00d9f619f099152bf2 /Cargo.lock | |
parent | 8cb1acc27d863942401df80c3acb8b4016ad6083 (diff) | |
download | alacritty-bdfa52fcd84995dfa955e2d726a9c22f1f9d4bc9.tar.gz alacritty-bdfa52fcd84995dfa955e2d726a9c22f1f9d4bc9.zip |
Update mio-anonymous-pipes to 0.2.0
Fixes #5266.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -966,12 +966,13 @@ dependencies = [ [[package]] name = "mio-anonymous-pipes" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c274c3c52dcd1d78c5d7ed841eca1e9ea2db8353f3b8ec25789cc62c471aaf" +checksum = "6bc513025fe5005a3aa561b50fdb2cda5a150b84800ae02acd8aa9ed62ca1a6b" dependencies = [ "mio", "miow 0.3.7", + "parking_lot", "spsc-buffer", "winapi 0.3.9", ] |