diff options
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index cb3ed4c096e8..8e5c67bc4307 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -3085,7 +3085,7 @@ dependencies = [ "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.23.7", "thiserror", "tokio", @@ -3101,7 +3101,7 @@ dependencies = [ "bytes", "rand", "ring", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.23.7", "slab", "thiserror", @@ -3416,7 +3416,7 @@ dependencies = [ "countme", "hashbrown 0.14.3", "memoffset 0.9.0", - "rustc-hash", + "rustc-hash 1.1.0", "text-size", ] @@ -3474,6 +3474,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 = "rustc_version" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -4864,6 +4870,7 @@ dependencies = [ "nix-compat", "rnix", "rowan", + "rustc-hash 2.0.0", "rustyline", "smol_str", "thiserror", @@ -4905,6 +4912,7 @@ dependencies = [ "rnix", "rowan", "rstest", + "rustc-hash 2.0.0", "serde", "serde_json", "sha1", |