Skip to content

Commit 6e13de6

Browse files
bors[bot]lnicola
andauthored
Merge #11744
11744: Bump deps r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents dbc697c + 86b1ef9 commit 6e13de6

File tree

3 files changed

+68
-69
lines changed

3 files changed

+68
-69
lines changed

Cargo.lock

Lines changed: 66 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rust-analyzer/tests/slow-tests/tidy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ fn check_licenses() {
227227
Apache-2.0
228228
Apache-2.0 OR BSL-1.0
229229
Apache-2.0 OR MIT
230+
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
230231
Apache-2.0/MIT
231232
BSD-3-Clause
232233
CC0-1.0 OR Artistic-2.0

crates/vfs-notify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tracing = "0.1"
1414
jod-thread = "0.1.0"
1515
walkdir = "2.3.1"
1616
crossbeam-channel = "0.5.0"
17-
notify = "=5.0.0-pre.13"
17+
notify = "=5.0.0-pre.14"
1818

1919
vfs = { path = "../vfs", version = "0.0.0" }
2020
paths = { path = "../paths", version = "0.0.0" }

0 commit comments

Comments
 (0)