Skip to content

Commit

Permalink
Merge pull request #625 from hermit-os/patch-update
Browse files Browse the repository at this point in the history
build(deps): upgrade patched dependencies
  • Loading branch information
mkroening authored Sep 17, 2024
2 parents 7507843 + 5717677 commit 05f1312
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion examples/miotcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion examples/mioudp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 05f1312

Please sign in to comment.