diff options
| author | mo8it <mo8it@proton.me> | 2024-07-02 01:45:55 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-02 01:45:55 +0200 |
| commit | bcebbb9df6987cd21ecf615907d5d06f8b626edc (patch) | |
| tree | 2f5c9d8d9ab93696c974753b091f876c53ef8b55 /Cargo.toml | |
| parent | bdd76cdf77bef0fdf0faf2abfed8ff620e80b6e3 (diff) | |
Update deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,14 +47,14 @@ include = [ [dependencies] anyhow = "1.0.86" -clap = { version = "4.5.7", features = ["derive"] } +clap = { version = "4.5.8", features = ["derive"] } crossterm = "0.27.0" hashbrown = "0.14.5" notify-debouncer-mini = { version = "0.4.1", default-features = false } os_pipe = "1.2.0" ratatui = { version = "0.27.0", default-features = false, features = ["crossterm"] } rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.9" } -serde_json = "1.0.118" +serde_json = "1.0.120" serde.workspace = true toml_edit.workspace = true |
