Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cd4324cf3c..7d6446ea6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -559,6 +559,7 @@ dependencies = [
"tracing",
"tracing-subscriber",
"tracing-tree",
+ "typed-arena",
]
[[package]]
@@ -1776,6 +1777,12 @@ dependencies = [
]
[[package]]
+name = "typed-arena"
+version = "2.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
+
+[[package]]
name = "ungrammar"
version = "1.14.9"
source = "registry+https://github.com/rust-lang/crates.io-index"