Skip to content
Snippets Groups Projects
Unverified Commit 05f13124 authored by Martin Kröning's avatar Martin Kröning :crab: Committed by GitHub
Browse files

Merge pull request #625 from hermit-os/patch-update

build(deps): upgrade patched dependencies
parents 7507843d 57176776
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,7 @@ members = [
]
[patch.crates-io]
hyper-util = { git = "https://github.com/hermit-os/hyper-util.git", branch = "hermit" }
mio = { git = "https://github.com/hermit-os/mio.git", branch = "v0.8.x" }
socket2 = { git = "https://github.com/hermit-os/socket2.git", branch = "hermit" }
tokio = { git = "https://github.com/hermit-os/tokio.git", branch = "hermit" }
hyper-util = { git = "https://github.com/hermit-os/hyper-util.git", branch = "v/0.1.8" }
socket2 = { git = "https://github.com/hermit-os/socket2.git", branch = "v/0.5.7" }
tokio = { git = "https://github.com/hermit-os/tokio.git", branch = "v/tokio-1.40.0" }
tokio-rustls = { git = "https://github.com/hermit-os/tokio-rustls.git", branch = "v/0.26.0" }
......@@ -4,7 +4,7 @@ authors = ["Stefan Lankes <slankes@eonerc.rwth-aachen.de>"]
edition = "2021"
[dependencies]
mio = { version = "0.8", features = ["net", "os-poll"] }
mio = { version = "1", features = ["net", "os-poll"] }
env_logger = { version = "0.11.2", default-features = false }
log = { version = "0.4.8" }
......
......@@ -4,7 +4,7 @@ authors = ["Stefan Lankes <slankes@eonerc.rwth-aachen.de>"]
edition = "2021"
[dependencies]
mio = { version = "0.8", features = ["net", "os-poll"] }
mio = { version = "1", features = ["net", "os-poll"] }
env_logger = { version = "0.11.2", default-features = false }
log = { version = "0.4.8" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment