From 7e61342768073458df76262b2e84a524345d3df8 Mon Sep 17 00:00:00 2001 From: Mroik Date: Mon, 16 Feb 2026 07:47:41 +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 0f5bca8..696b21b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ edition = "2024" [dependencies] anyhow = "1.0.101" -clap = { version = "4.5.27", features = ["derive"] } -crossterm = "0.28.1" -rand = "0.8.5" +clap = { version = "4.5.58", 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.43.1", features = ["sync", "macros", "rt", "rt-multi-thread", "time"] } +tokio = { version = "1.49.0", features = ["sync", "macros", "rt", "rt-multi-thread", "time"] } [profile.release] strip = true -- cgit v1.3