From c8e94146606fe1ccf1a8557961ef97362429f6bf Mon Sep 17 00:00:00 2001 From: Mroik Date: Wed, 15 Apr 2026 15:29:33 +0200 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 4817850..a63fb26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ edition = "2024" [dependencies] anyhow = "1.0.102" -clap = { version = "4.5.60", features = ["derive"] } +clap = { version = "4.6.0", features = ["derive"] } crossterm = "0.29.0" -rand = "0.10.0" +rand = "0.10.1" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -tokio = { version = "1.50.0", features = ["sync", "macros", "rt", "rt-multi-thread", "time"] } +tokio = { version = "1.52.0", features = ["sync", "macros", "rt", "rt-multi-thread", "time"] } [profile.release] strip = true -- cgit v1.3