summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2018-12-27 20:49:29 +0100
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-12-27 19:49:29 +0000
commite6c4d08192968d6f1bca4b6f1002ab057007cfae (patch)
tree4123ed97043231ad0f9ac13958b151adc5b72e4a /Cargo.toml
parent6d7647c8907978892d635bb79d8ba39629f8e194 (diff)
Use mio-extras instead of mio-more
The latter isn't maintained anymore and this removes a bunch of outdated dependencies.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7f7de060..2c471241 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ serde_json = "1"
serde_yaml = "0.8"
vte = "0.3"
mio = "0.6"
-mio-more = "0.1"
+mio-extras = "2"
copypasta = { path = "./copypasta" }
xdg = "2"
log = "0.4"