aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-04-22 19:25:29 +0100
committerLaurenČ›iu Nicola <[email protected]>2021-04-22 19:25:29 +0100
commit6b187af33712498196233883f8a20588eb314685 (patch)
treedf736aef47a39e6af502fec700166759de5c3137 /Cargo.lock
parente9fea823a0cc235e54b82b79dc8396294240f8d6 (diff)
Add profiling spans under cargo_to_crate_graph
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 14decc14e..72dcb9ba7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1174,6 +1174,7 @@ dependencies = [
1174 "log", 1174 "log",
1175 "memmap", 1175 "memmap",
1176 "object", 1176 "object",
1177 "profile",
1177 "serde", 1178 "serde",
1178 "serde_json", 1179 "serde_json",
1179 "snap", 1180 "snap",