diff options
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 88dbb1c8..1d66b79a 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -23,7 +23,7 @@ path = "../alacritty_config" version = "0.1.2-dev" [dependencies] -ahash = { version = "0.8.3", features = ["no-rng"] } +ahash = { version = "0.8.6", features = ["no-rng"] } bitflags = "2.2.1" clap = { version = "4.2.7", features = ["derive", "env"] } copypasta = { version = "0.10.0", default-features = false } |