mirror of https://github.com/bobwen-dev/hunter
update notify to 4.0.12
This commit is contained in:
parent
79c807bb47
commit
ea0f691a30
|
@ -452,7 +452,7 @@ dependencies = [
|
|||
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lscolors 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"notify 4.0.12 (git+https://github.com/passcod/notify?branch=try-v4)",
|
||||
"notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"osstrtools 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"parse-ansi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pathbuftools 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -688,7 +688,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "notify"
|
||||
version = "4.0.12"
|
||||
source = "git+https://github.com/passcod/notify?branch=try-v4#2b1f1d4d1acc8b9738ffbe41bfe6043ba37f9431"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1433,7 +1433,7 @@ dependencies = [
|
|||
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
||||
"checksum nom 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf51a729ecf40266a2368ad335a5fdde43471f545a967109cd62146ecf8b66ff"
|
||||
"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
|
||||
"checksum notify 4.0.12 (git+https://github.com/passcod/notify?branch=try-v4)" = "<none>"
|
||||
"checksum notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "3572d71f13ea8ed41867accd971fd564aa75934cf7a1fae03ddb8c74a8a49943"
|
||||
"checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
|
||||
"checksum num-integer 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8af8caa3184078cd419b430ff93684cb13937970fcb7639f728992f33ce674"
|
||||
"checksum num-iter 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "50b7cf973f09f27829571927831972c92bfd29de7a5a0148380afd12acf6d124"
|
||||
|
|
|
@ -25,7 +25,7 @@ chrono = "0.4"
|
|||
libc = "0.2.51"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.1"
|
||||
notify = { git = "https://github.com/passcod/notify", branch="try-v4" }
|
||||
notify = "4.0.12"
|
||||
parse-ansi = "0.1.6"
|
||||
signal-notify = "0.1.3"
|
||||
systemstat = "0.1.4"
|
||||
|
|
Loading…
Reference in New Issue