Skip to content

Commit

Permalink
Bump to released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 17, 2023
1 parent 0c7bc57 commit cb44f81
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ repository = "https://github.com/sfackler/hyper-openssl"
readme = "README.md"

[dependencies]
hyper = "1"
hyper = "1.0.1"
openssl = "0.10.32"

[dev-dependencies]
hyper = { version = "1", features = ["full"] }
hyper-util = { git = "https://github.com/hyperium/hyper-util" }
hyper-util = { version = "0.1", features = ["tokio"] }
tokio = { version = "1", features = ["full"] }

[patch.crates-io]
hyper = { git = "https://github.com/sfackler/hyper", branch = "readbuf-init-constructor" }

0 comments on commit cb44f81

Please sign in to comment.