diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-08-08 23:12:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-08 23:12:43 +0200 |
| commit | f7b0cfe8d145c26449ab7f09743d890bd9e437ea (patch) | |
| tree | 960d3dee466c47016e2d12e006d8467eae1e88a7 /Cargo.lock | |
| parent | 4ce8667b9d878dc48fafb665699a5fc71c190972 (diff) | |
| parent | dc0ffbe16eb5ecc591422fe225ebb58f17b0e231 (diff) | |
Merge pull request #2075 from senekor/remo/swzqnkxqzutw
Replace hashbrown with ahash
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -9,6 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", + "getrandom", "once_cell", "version_check", "zerocopy", @@ -247,6 +248,17 @@ dependencies = [ ] [[package]] +name = "getrandom" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +dependencies = [ + "cfg-if", + "libc", + "wasi", +] + +[[package]] name = "hashbrown" version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -517,9 +529,9 @@ dependencies = [ name = "rustlings" version = "6.1.0" dependencies = [ + "ahash", "anyhow", "clap", - "hashbrown", "notify-debouncer-mini", "os_pipe", "ratatui", |
