summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-11-11 14:35:22 +0100
committermo8it <mo8it@proton.me>2024-11-11 14:35:22 +0100
commit9bc7bbe4b43d26d3646f249eda11562f90e54cee (patch)
treefdb7b8959b9a1450987720ad4de684ffe5f31fc3 /Cargo.toml
parent46ad25f9257836d4d1303874f0a618b6c319b263 (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9fe079..5be6d70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ include = [
]
[dependencies]
-anyhow = "1.0.91"
+anyhow = "1.0.93"
clap = { version = "4.5.20", features = ["derive"] }
crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] }
notify = "7.0.0"
@@ -60,7 +60,7 @@ toml_edit.workspace = true
rustix = { version = "0.38.38", default-features = false, features = ["std", "stdio", "termios"] }
[dev-dependencies]
-tempfile = "3.13.0"
+tempfile = "3.14.0"
[profile.release]
panic = "abort"