diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-05 14:34:44 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-05 14:34:44 +0100 |
commit | 54d6bd5c00691ea648f677ea0e62c163d74aeac9 (patch) | |
tree | a6d9a635b065b34d663a2d09873e3472edd98b63 | |
parent | d06df2c3e7e2b6eacda29cb1c715f1a1f2ada032 (diff) | |
parent | d103d4b071833adbcf691f58125aa8aa104fba1f (diff) |
Merge #4757
4757: Update inotify r=matklad a=matklad
https://github.com/rust-analyzer/rust-analyzer/issues/4224#issuecomment-639328191
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5f88ad0c4..15c6a4c11 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -471,9 +471,9 @@ dependencies = [ | |||
471 | 471 | ||
472 | [[package]] | 472 | [[package]] |
473 | name = "inotify" | 473 | name = "inotify" |
474 | version = "0.7.0" | 474 | version = "0.7.1" |
475 | source = "registry+https://github.com/rust-lang/crates.io-index" | 475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
476 | checksum = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8" | 476 | checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" |
477 | dependencies = [ | 477 | dependencies = [ |
478 | "bitflags", | 478 | "bitflags", |
479 | "inotify-sys", | 479 | "inotify-sys", |