Merge pull request #178 from Revertron/dependabot/cargo/mio-0.8.0

Bump mio from 0.7.14 to 0.8.0
This commit is contained in:
Revertron
2021-11-15 12:01:59 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -693,9 +693,9 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]] [[package]]
name = "mio" name = "mio"
version = "0.7.14" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
dependencies = [ dependencies = [
"libc", "libc",
"log", "log",
+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 rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek
sqlite = "0.26.0" sqlite = "0.26.0"
uuid = { version = "0.8.2", features = ["serde", "v4"] } uuid = { version = "0.8.2", features = ["serde", "v4"] }
mio = { version = "0.7.14", features = ["os-poll", "net"] } mio = { version = "0.8.0", features = ["os-poll", "net"] }
ureq = { version = "2.2", optional = true } ureq = { version = "2.2", optional = true }
lru = "0.7" lru = "0.7"
derive_more = "0.99.16" derive_more = "0.99.16"