Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
bump http again
Browse files Browse the repository at this point in the history
  • Loading branch information
HTGAzureX1212 committed Jun 20, 2022
1 parent 4dcb777 commit fea7a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2021"
license = "ISC"
repository = "https://github.com/HarTexTeam/guilded-rs"
rust-version = "1.57.0"
version = "0.1.0-dev.3"
version = "0.1.0-dev.4"

[dependencies]
guilded_model = { path = "../model" }
guilded_model = "0.1.0-dev.13"

hyper = { default-features = false, features = [ "client", "http1", "http2", "runtime" ], version = "0.14.19" }
hyper-rustls = { default-features = false, optional = true, features = [ "http1", "http2" ], version = "0.23.0" }
Expand Down

0 comments on commit fea7a63

Please sign in to comment.