summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-29 00:36:13 +0200
committermo8it <mo8it@proton.me>2024-04-29 00:36:13 +0200
commit196d3c1a9820acc9c58134f62a08ec3671411777 (patch)
tree5aecdbe7298c695c3cb3efc02b3de996096df1e8 /Cargo.toml
parent8c60ac267e4483b952407dd5875475242438b42e (diff)
Bump version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 41ad49c..2054b77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ include = [
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
crossterm = "0.27.0"
-hashbrown = "0.14.3"
+hashbrown = "0.14.5"
notify-debouncer-mini = { version = "0.4.1", default-features = false }
os_pipe = "1.1.5"
ratatui = { version = "0.26.2", default-features = false, features = ["crossterm"] }