diff options
author | Shotaro Yamada <[email protected]> | 2019-10-14 11:58:38 +0100 |
---|---|---|
committer | Shotaro Yamada <[email protected]> | 2019-10-14 11:58:38 +0100 |
commit | ad1323c0a7af3c2e604df089f73f3ebb5f91a97c (patch) | |
tree | 54e958c6f2aa987fce1ec1b3be7db5de6060595e | |
parent | e4ffa79b3eb6e5bfc0c216d7af3811c56caf2101 (diff) |
Update Cargo.lock
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index e3e474e83..0826b056a 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1101,6 +1101,7 @@ dependencies = [ | |||
1101 | "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1101 | "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1102 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1102 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1103 | "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1103 | "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1104 | "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1104 | "test_utils 0.1.0", | 1105 | "test_utils 0.1.0", |
1105 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1106 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1106 | ] | 1107 | ] |