diff options
| author | Mroik <mroik@delayed.space> | 2025-04-16 03:10:29 +0200 |
|---|---|---|
| committer | Mroik <mroik@delayed.space> | 2025-04-16 03:10:29 +0200 |
| commit | 322dc54246f875fe1050cd62164169bfdda8be96 (patch) | |
| tree | 399c8c914dd26996216422b8a16ab66b7d4fdffd /Cargo.toml | |
| parent | 9ba3e8920eb80204ef0e47f7eef5d788d4ff1e38 (diff) | |
Update deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ edition = "2021" clap = { version = "4.5.27", features = ["derive"] } crossterm = "0.28.1" rand = "0.8.5" -tokio = { version = "1.43.0", features = ["sync", "macros", "rt", "rt-multi-thread", "time"] } +tokio = { version = "1.43.1", features = ["sync", "macros", "rt", "rt-multi-thread", "time"] } |
