aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5f769809..2331c5ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -332,6 +332,7 @@ dependencies = [
"nohash-hasher",
"num-traits",
"serde",
+ "serde_json",
"uuid",
]
@@ -525,6 +526,8 @@ dependencies = [
"nohash-hasher",
"once_cell",
"parking_lot",
+ "serde",
+ "serde_json",
"thiserror",
"tracing",
"uuid",