Bump mio from 0.7.14 to 0.8.0
Bumps [mio](https://github.com/tokio-rs/mio) from 0.7.14 to 0.8.0. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.7.14...v0.8.0) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+1
-1
@@ -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.14", features = ["os-poll", "net"] }
|
||||
mio = { version = "0.8.0", features = ["os-poll", "net"] }
|
||||
ureq = { version = "2.2", optional = true }
|
||||
lru = "0.7"
|
||||
derive_more = "0.99.16"
|
||||
|
||||
Reference in New Issue
Block a user