aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1a4a63550..c5645b2d2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -612,6 +612,7 @@ dependencies = [
612 "hir_expand", 612 "hir_expand",
613 "itertools", 613 "itertools",
614 "log", 614 "log",
615 "once_cell",
615 "profile", 616 "profile",
616 "rustc-hash", 617 "rustc-hash",
617 "scoped-tls", 618 "scoped-tls",
@@ -1053,9 +1054,9 @@ checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
1053 1054
1054[[package]] 1055[[package]]
1055name = "once_cell" 1056name = "once_cell"
1056version = "1.4.1" 1057version = "1.5.1"
1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" 1059checksum = "f53cef67919d7d247eb9a2f128ca9e522789967ef1eb4ccd8c71a95a8aedf596"
1059 1060
1060[[package]] 1061[[package]]
1061name = "oorandom" 1062name = "oorandom"