Skip to content

Commit

Permalink
chore(deps): specify version 0 for hyper util
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore committed Nov 12, 2023
1 parent 13d4323 commit f713973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/engineioxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hyper-v1 = { package = "hyper", version = "1.0.0-rc.4", features = [
"server",
"http1",
] }
hyper-util = { git = "https://github.com/hyperium/hyper-util.git" }
hyper-util = { git = "https://github.com/hyperium/hyper-util.git", version = "0" }
hyper = { version = "0.14.26", features = ["server", "http1", "tcp"] }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
tracing-subscriber.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion engineioxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ unicode-segmentation = { version = "1.10.1", optional = true }
# Hyper v1.0
hyper-v1 = { workspace = true, optional = true }
http-body-v1 = { workspace = true, optional = true }
hyper-util = { git = "https://github.com/hyperium/hyper-util.git", optional = true }
hyper-util = { git = "https://github.com/hyperium/hyper-util.git", optional = true, version = "0" }

[dev-dependencies]
tokio = { workspace = true, features = ["macros", "parking_lot"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/hyper-v1-echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ socketioxide = { path = "../../socketioxide", features = [
"tracing",
] }
hyper = { version = "1.0.0-rc.4", features = ["server", "http1", "http2"] }
hyper-util = { git = "https://github.com/hyperium/hyper-util.git" }
hyper-util = { git = "https://github.com/hyperium/hyper-util.git", version = "0" }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
tracing-subscriber.workspace = true
tracing.workspace = true
Expand Down

0 comments on commit f713973

Please sign in to comment.