diff options
author | Julian Braha <julianbraha@gmail.com> | 2023-11-03 17:19:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-04 01:19:48 +0400 |
commit | 3ffd6c8f26f9788466b9ba95659b8de970a10f08 (patch) | |
tree | 991713113ee9a24a9577c6203fb3d01d5810d24b /alacritty | |
parent | 46f8e39880592edb47f9b54f3f34ebbcfaa01c61 (diff) | |
download | r-alacritty-3ffd6c8f26f9788466b9ba95659b8de970a10f08.tar.gz r-alacritty-3ffd6c8f26f9788466b9ba95659b8de970a10f08.tar.bz2 r-alacritty-3ffd6c8f26f9788466b9ba95659b8de970a10f08.zip |
Bump ahash to 0.8.6
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 } |