diff options
Diffstat (limited to 'server/replaytool/Cargo.toml')
| -rw-r--r-- | server/replaytool/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/replaytool/Cargo.toml b/server/replaytool/Cargo.toml index cfc50b3a..cc13b4a9 100644 --- a/server/replaytool/Cargo.toml +++ b/server/replaytool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hurrycurry-replaytool" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] log = "0.4.28" @@ -14,7 +14,6 @@ tokio-tungstenite = { version = "0.27.0", features = [ "rustls-tls-native-roots", ] } futures-util = "0.3.31" -rand = "0.9.2" clap = { version = "4.5.47", features = ["derive"] } async-compression = { version = "0.4.30", features = ["zstd", "tokio"] } rustls = { version = "0.23.31", features = ["ring"] } |