Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b2dc4ceedd..aa3fe4b100 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -825,6 +825,7 @@ dependencies = [
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ra-ap-rustc_type_ir",
"rustc-hash 2.1.2",
+ "salsa",
"serde_json",
"smallvec",
"span",
@@ -2484,6 +2485,7 @@ dependencies = [
"smallvec",
"thin-vec",
"tracing",
+ "triomphe",
"typeid",
]
@@ -3089,6 +3091,10 @@ name = "triomphe"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
+dependencies = [
+ "serde",
+ "stable_deref_trait",
+]
[[package]]
name = "tt"