summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-05-24 23:09:54 +0200
committerGitHub <noreply@github.com>2024-05-24 21:09:54 +0000
commitea4c64a7997556871934e20be7415cba8ec275a5 (patch)
tree69fbd5edc8f337064ee6e13989c24b022db463af /Cargo.lock
parent34f1a232463bafeb3d8d3fa9adeae33c4bb95b23 (diff)
Split `BitSet` into two types and make it a bit nicer (#4249)
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 61c35c98..44597c47 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2355,6 +2355,12 @@ dependencies = [
]
[[package]]
+name = "thin-vec"
+version = "0.2.13"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
+
+[[package]]
name = "thiserror"
version = "1.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2812,6 +2818,7 @@ dependencies = [
"portable-atomic",
"rayon",
"siphasher 1.0.0",
+ "thin-vec",
]
[[package]]