diff --git a/simag_networking/Cargo.toml b/simag_networking/Cargo.toml index b94f2b4..83e1b73 100644 --- a/simag_networking/Cargo.toml +++ b/simag_networking/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive", "rc"] } thiserror = "1.0" typetag = "0.1" tokio = { version = "1.8", features = ["macros", "rt-multi-thread", "sync", "time"] } -tokio-util = { version = "0.6", features = ["codec"] } +tokio-util = { version = "0.7", features = ["codec"] } unsigned-varint = { version = "0.7", features = ["codec"] } uuid = { version = "0.8.1", features = ["v5", "serde"]}