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.toml | |
| parent | 4ce8667b9d878dc48fafb665699a5fc71c190972 (diff) | |
| parent | dc0ffbe16eb5ecc591422fe225ebb58f17b0e231 (diff) | |
Merge pull request #2075 from senekor/remo/swzqnkxqzutw
Replace hashbrown with ahash
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,9 +46,9 @@ include = [ ] [dependencies] +ahash = "0.8.11" anyhow = "1.0.86" clap = { version = "4.5.13", features = ["derive"] } -hashbrown = "0.14.5" notify-debouncer-mini = { version = "0.4.1", default-features = false } os_pipe = "1.2.1" ratatui = { version = "0.27.0", default-features = false, features = ["crossterm"] } |
