diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2022-10-15 13:03:39 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2022-10-15 13:03:39 +0300 |
| commit | 119e1bafcc2f734807cb53b5be2ce9e932a051ab (patch) | |
| tree | b8a90116a14af8df39ac45d8a39adc8e615094d2 | |
| parent | f5bbf9a06a29dd282096a2cf277b09820abaa58b (diff) | |
| download | rust-119e1bafcc2f734807cb53b5be2ce9e932a051ab.tar.gz rust-119e1bafcc2f734807cb53b5be2ce9e932a051ab.zip | |
Bump notify
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | crates/vfs-notify/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 62d4a5fb897..0c4799de45d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,9 +973,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.0.0-pre.16" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "530f6314d6904508082f4ea424a0275cf62d341e118b313663f266429cb19693" +checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a" dependencies = [ "bitflags", "crossbeam-channel", diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml index fcc693a7dda..df5dc24e2cd 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml @@ -14,7 +14,7 @@ tracing = "0.1.35" jod-thread = "0.1.2" walkdir = "2.3.2" crossbeam-channel = "0.5.5" -notify = "=5.0.0-pre.16" +notify = "5.0" vfs = { path = "../vfs", version = "0.0.0" } paths = { path = "../paths", version = "0.0.0" } |
