diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 18724b0..0307d8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.15" @@ -148,6 +150,7 @@ dependencies = [ "assert_fs", "impl_trait", "predicates", + "qcell", "testserver", "url", ] @@ -341,6 +344,15 @@ dependencies = [ ] [[package]] +name = "qcell" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a30d13d440673c6c73ecf8af12b60a53e106517a97b06ec64b3a26bd08c8ac5c" +dependencies = [ + "once_cell", +] + +[[package]] name = "quote" version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" |