diff -r d0ad9fd923fd -r 09d46ab83361 rust/hedgewars-server/Cargo.toml --- a/rust/hedgewars-server/Cargo.toml Mon Apr 08 20:58:41 2019 +0200 +++ b/rust/hedgewars-server/Cargo.toml Mon Apr 08 22:16:44 2019 +0300 @@ -14,7 +14,7 @@ mio = "0.6" slab = "0.4" netbuf = "0.4" -nom = "4.2" +nom = { git = "https://github.com/Geal/nom", branch = "5.0" } env_logger = "0.6" log = "0.4" base64 = "0.10"