aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8dd894802..5aa4ff5de 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1211,6 +1211,7 @@ dependencies = [
1211name = "ra_prof" 1211name = "ra_prof"
1212version = "0.1.0" 1212version = "0.1.0"
1213dependencies = [ 1213dependencies = [
1214 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1214 "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1215 "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1215] 1216]
1216 1217