changeset 15979 | 1635ce22b214 |
parent 15887 | fe519de9c270 |
--- a/rust/hedgewars-checker/Cargo.toml Thu Aug 24 20:15:40 2023 +0200 +++ b/rust/hedgewars-checker/Cargo.toml Mon Oct 02 21:36:13 2023 +0200 @@ -5,14 +5,14 @@ edition = "2018" [dependencies] -rust-ini = "0.18" -dirs = "4" +rust-ini = "0.19" +dirs = "5.0" argparse = "0.2" log = "0.4" stderrlog = "0.5" netbuf = "0.4" tempfile = "3.0" -base64 = "0.13" +base64 = "0.21" hedgewars-network-protocol = { path = "../hedgewars-network-protocol" } anyhow = "1.0" tokio = {version="1", features = ["full"]}