diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index eefa9a676..5a319a040 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1221,9 +1221,9 @@ dependencies = [ | |||
1221 | 1221 | ||
1222 | [[package]] | 1222 | [[package]] |
1223 | name = "ra_vfs" | 1223 | name = "ra_vfs" |
1224 | version = "0.6.0" | 1224 | version = "0.6.1" |
1225 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1226 | checksum = "fcaa5615f420134aea7667253db101d03a5c5f300eac607872dc2a36407b2ac9" | 1226 | checksum = "cbf31a173fc77ec59c27cf39af6baa137b40f4dbd45a8b3eccb1b2e4cfc922c1" |
1227 | dependencies = [ | 1227 | dependencies = [ |
1228 | "crossbeam-channel", | 1228 | "crossbeam-channel", |
1229 | "jod-thread", | 1229 | "jod-thread", |