diff -r 5ba4d3a0c3eb -r cf580d9ff7ef rust/hedgewars-engine-messages/Cargo.toml --- a/rust/hedgewars-engine-messages/Cargo.toml Fri Oct 06 20:34:51 2023 +0200 +++ b/rust/hedgewars-engine-messages/Cargo.toml Fri Oct 06 22:37:44 2023 +0200 @@ -5,6 +5,6 @@ edition = "2018" [dependencies] -nom = "4.1" +nom = "7.1" byteorder = "1.2" queues = "1.1"