From 2c8a13769238280519fc953772a42dc2920ad84e Mon Sep 17 00:00:00 2001 From: Mroik Date: Wed, 11 Mar 2026 00:58:08 +0100 Subject: Update deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 696b21b..4817850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,13 +4,13 @@ version = "0.0.4" edition = "2024" [dependencies] -anyhow = "1.0.101" -clap = { version = "4.5.58", features = ["derive"] } +anyhow = "1.0.102" +clap = { version = "4.5.60", features = ["derive"] } crossterm = "0.29.0" rand = "0.10.0" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -tokio = { version = "1.49.0", features = ["sync", "macros", "rt", "rt-multi-thread", "time"] } +tokio = { version = "1.50.0", features = ["sync", "macros", "rt", "rt-multi-thread", "time"] } [profile.release] strip = true -- cgit v1.3