summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-10-14 15:24:42 +0200
committermo8it <mo8it@proton.me>2024-10-14 15:24:42 +0200
commita675cb5754309ba9997fd2344ab0a364688de430 (patch)
treec596be60995e7625b4a63cd32a7beca8cba4d188 /Cargo.toml
parentbaeeff389c95ba145e3383ec1f1357e078d0bbca (diff)
Replace ahash with foldhash
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4134fd..eb22cfe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,10 +46,10 @@ include = [
]
[dependencies]
-ahash = { version = "0.8.11", default-features = false }
anyhow = "1.0.89"
-clap = { version = "4.5.18", features = ["derive"] }
+clap = { version = "4.5.20", features = ["derive"] }
crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] }
+foldhash = "0.1.3"
notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }
os_pipe = "1.2.1"
rustlings-macros = { path = "rustlings-macros", version = "=6.3.0" }
@@ -61,7 +61,7 @@ toml_edit.workspace = true
rustix = { version = "0.38.37", default-features = false, features = ["std", "stdio", "termios"] }
[dev-dependencies]
-tempfile = "3.12.0"
+tempfile = "3.13.0"
[profile.release]
panic = "abort"