diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -4,11 +4,7 @@ version = "0.1.0" authors = ["Sebastian Dröge <sebastian@centricular.com>"] [dependencies] -mio = "0.4.1" -bytes = "0.2.10" - -#[dependencies.bytes] -#git = "https://github.com/carllerche/bytes" +mio = "0.5.0" #[dependencies.mio] #git = "https://github.com/carllerche/mio" |