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 91edb460c..80e778bcf 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -884,9 +884,9 @@ dependencies = [ | |||
884 | 884 | ||
885 | [[package]] | 885 | [[package]] |
886 | name = "quote" | 886 | name = "quote" |
887 | version = "1.0.2" | 887 | version = "1.0.3" |
888 | source = "registry+https://github.com/rust-lang/crates.io-index" | 888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
889 | checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 889 | checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" |
890 | dependencies = [ | 890 | dependencies = [ |
891 | "proc-macro2", | 891 | "proc-macro2", |
892 | ] | 892 | ] |