diff options
| author | mo8it <mo8it@proton.me> | 2024-11-11 14:35:22 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-11-11 14:35:22 +0100 |
| commit | 9bc7bbe4b43d26d3646f249eda11562f90e54cee (patch) | |
| tree | fdb7b8959b9a1450987720ad4de684ffe5f31fc3 /Cargo.toml | |
| parent | 46ad25f9257836d4d1303874f0a618b6c319b263 (diff) | |
Update deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
