diff options
| author | mo8it <mo8it@proton.me> | 2024-04-25 01:56:01 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-25 01:56:01 +0200 |
| commit | 67fa01774223b08833c21baeb13bdec9e4a298a0 (patch) | |
| tree | 1892075e96fb9bb39272ae0e4e0a4b572197035d /Cargo.lock | |
| parent | d8c2ab8349854cbc7f4a994c7413d266cc38bc24 (diff) | |
Use os_pipe
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -520,6 +520,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] +name = "os_pipe" +version = "1.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] name = "parking_lot" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -677,6 +687,7 @@ dependencies = [ "crossterm", "hashbrown", "notify-debouncer-mini", + "os_pipe", "predicates", "ratatui", "rustlings-macros", |
