Merge pull request #577 from latex-lsp/dependabot/cargo/notify-5.0.0-pre.14

Bump notify from 5.0.0-pre.13 to 5.0.0-pre.14
This commit is contained in:
Patrick Förster 2022-03-18 19:06:25 +01:00 committed by GitHub
commit 669377bea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

15
Cargo.lock generated
View file

@ -985,14 +985,15 @@ dependencies = [
[[package]]
name = "mio"
version = "0.7.14"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
checksum = "7ba42135c6a5917b9db9cd7b293e5409e1c6b041e6f9825e92e55a894c63b6f8"
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"wasi 0.11.0+wasi-snapshot-preview1",
"winapi",
]
@ -1034,9 +1035,9 @@ dependencies = [
[[package]]
name = "notify"
version = "5.0.0-pre.13"
version = "5.0.0-pre.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245d358380e2352c2d020e8ee62baac09b3420f1f6c012a31326cfced4ad487d"
checksum = "d13c22db70a63592e098fb51735bab36646821e6389a0ba171f3549facdf0b74"
dependencies = [
"bitflags",
"crossbeam-channel",
@ -2098,6 +2099,12 @@ version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "winapi"
version = "0.3.9"

View file

@ -56,7 +56,7 @@ logos = "0.12.0"
lsp-server = "0.5"
lsp-types = "0.92.0"
multimap = "0.8.3"
notify = "5.0.0-pre.13"
notify = "5.0.0-pre.14"
once_cell = "1.9.0"
petgraph = "0.6.0"
rayon = "1.5.1"