Merge pull request #133 from Revertron/dependabot/cargo/mio-0.7.13

Bump mio from 0.7.11 to 0.7.13
This commit is contained in:
Revertron
2021-06-30 10:50:30 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ rand = { version = "0.8.4", package = "rand" }
rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek
sqlite = "0.26.0"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
mio = { version = "0.7.11", features = ["os-poll", "net"] }
mio = { version = "0.7.13", features = ["os-poll", "net"] }
derive_more = "0.99.14"
lazy_static = "1.4.0"