diff options
| author | mo8it <mo8it@proton.me> | 2025-01-16 10:41:17 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-01-16 10:41:17 +0100 |
| commit | d12735a57336c8bbad2c26ea0328d88c117918b5 (patch) | |
| tree | dffc19a4d5e136cbaa18e19f6eaed12dd5b56dd5 /Cargo.toml | |
| parent | 1aec7c1152e9b57142d5efaee4a9d95072b760bf (diff) | |
Update deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -19,7 +19,7 @@ edition = "2021" # On Update: Update the edition of the `rustfmt` command that c rust-version = "1.80" [workspace.dependencies] -serde = { version = "1.0.215", features = ["derive"] } +serde = { version = "1.0.217", features = ["derive"] } toml_edit = { version = "0.22.22", default-features = false, features = ["parse", "serde"] } [package] @@ -46,21 +46,21 @@ include = [ ] [dependencies] -anyhow = "1.0.94" -clap = { version = "4.5.23", features = ["derive"] } +anyhow = "1.0.95" +clap = { version = "4.5.26", features = ["derive"] } crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] } -notify = "7.0.0" +notify = "8.0.0" os_pipe = "1.2.1" rustlings-macros = { path = "rustlings-macros", version = "=6.4.0" } -serde_json = "1.0.133" +serde_json = "1.0.135" serde.workspace = true toml_edit.workspace = true [target.'cfg(not(windows))'.dependencies] -rustix = { version = "0.38.42", default-features = false, features = ["std", "stdio", "termios"] } +rustix = { version = "0.38.43", default-features = false, features = ["std", "stdio", "termios"] } [dev-dependencies] -tempfile = "3.14.0" +tempfile = "3.15.0" [profile.release] panic = "abort" |
