summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorYiyu Lin <linyiyu1992@gmail.com>2023-04-13 08:03:56 +0800
committerGitHub <noreply@github.com>2023-04-13 02:03:56 +0200
commit19c3e4f6dc31fd78e2793d0596d6a9cc3a30580a (patch)
tree1a761ee3b96c20f5c362f7ecfe15724484b36062 /Cargo.lock
parente2853a955cf532491b4a4fbef669965cc2b44afe (diff)
refactor(serde_v8): move to `thiserror`, better error output (#18202)
Ref #17318 --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
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 42b71b201..132ae4c57 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3978,6 +3978,7 @@ dependencies = [
"serde_bytes",
"serde_json",
"smallvec",
+ "thiserror",
"v8",
]