diff options
Diffstat (limited to 'web/tvixbolt/Cargo.lock')
-rw-r--r-- | web/tvixbolt/Cargo.lock | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/web/tvixbolt/Cargo.lock b/web/tvixbolt/Cargo.lock index ba19aba7866d..82162469dee9 100644 --- a/web/tvixbolt/Cargo.lock +++ b/web/tvixbolt/Cargo.lock @@ -1223,7 +1223,7 @@ dependencies = [ "countme", "hashbrown 0.14.5", "memoffset", - "rustc-hash", + "rustc-hash 1.1.0", "text-size", ] @@ -1240,6 +1240,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] +name = "rustc-hash" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" + +[[package]] name = "rustversion" version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1561,6 +1567,7 @@ dependencies = [ "regex", "rnix", "rowan", + "rustc-hash 2.0.0", "serde", "serde_json", "sha1", |