diff options
| author | mo8it <mo8it@proton.me> | 2024-06-06 01:58:05 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-06 01:58:05 +0200 |
| commit | 42bd0b8b75cbec30cb506f42295413ba0a6a1680 (patch) | |
| tree | f156315435da71ffd7b993f82438beee3470acef /Cargo.toml | |
| parent | 08ac11ff2250190a47a74a767c2efa3a71ce1e73 (diff) | |
Update deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ edition = "2021" [workspace.dependencies] serde = { version = "1.0.203", features = ["derive"] } -toml_edit = { version = "0.22.13", default-features = false, features = ["parse", "serde"] } +toml_edit = { version = "0.22.14", default-features = false, features = ["parse", "serde"] } [package] name = "rustlings" @@ -51,7 +51,7 @@ clap = { version = "4.5.4", features = ["derive"] } crossterm = "0.27.0" hashbrown = "0.14.5" notify-debouncer-mini = { version = "0.4.1", default-features = false } -os_pipe = "1.1.5" +os_pipe = "1.2.0" ratatui = { version = "0.26.3", default-features = false, features = ["crossterm"] } rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.9" } serde_json = "1.0.117" |
