diff options
| author | mo8it <mo8it@proton.me> | 2024-04-21 19:27:00 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-21 19:27:00 +0200 |
| commit | 04d36996dd745af284be380bd902e0bad491b87a (patch) | |
| tree | 3e8cc7b2143d569bc7c86cc5124b241234f31432 /Cargo.toml | |
| parent | f1a60780b9d8cd7be544c3e09ddeb3834493c271 (diff) | |
Update deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ notify-debouncer-mini = "0.4.1" ratatui = "0.26.2" rustlings-macros = { path = "rustlings-macros", version = "6.0.0-alpha.0" } serde = { version = "1.0.198", features = ["derive"] } -toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] } +toml_edit = { version = "0.22.12", default-features = false, features = ["parse", "serde"] } which = "6.0.1" [dev-dependencies] |
