From 46c6fb2c82d632a9b635ce74d4ef4292e3e0e90f Mon Sep 17 00:00:00 2001 From: mo8it Date: Tue, 25 Feb 2025 11:21:19 +0100 Subject: Update deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a3b1d0d..693d9fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ edition = "2024" # On Update: Update the edition of `rustfmt` in `dev check` and rust-version = "1.85" [workspace.dependencies] -serde = { version = "1.0.217", features = ["derive"] } +serde = { version = "1.0.218", features = ["derive"] } toml_edit = { version = "0.22.24", default-features = false, features = ["parse", "serde"] } [package] @@ -46,13 +46,13 @@ include = [ ] [dependencies] -anyhow = "1.0.95" -clap = { version = "4.5.30", features = ["derive"] } +anyhow = "1.0.96" +clap = { version = "4.5.31", features = ["derive"] } crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] } notify = "8.0.0" os_pipe = "1.2.1" rustlings-macros = { path = "rustlings-macros", version = "=6.4.0" } -serde_json = "1.0.138" +serde_json = "1.0.139" serde.workspace = true toml_edit.workspace = true -- cgit v1.2.3