Skip to content

Commit

Permalink
Update hyper crates
Browse files Browse the repository at this point in the history
  • Loading branch information
lookback-hugotunius committed Jan 16, 2024
1 parent c3d5ba4 commit 933c55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ async = ["hyper/client", "rustls", "hyper-rustls", "futures", "webpki-roots"]

[dependencies]
futures = { version = "0.3.21", optional = true }
hyper = { version = "0.14", features = ["client"], optional = true }
hyper-rustls = { version = "0.23.0", optional = true }
hyper = { version = "1.0", features = ["client"], optional = true }
hyper-rustls = { version = "0.26.0", optional = true }
once_cell = "1"
regex = { version = "1" }
rustls = { version = "0.20", optional = true }
Expand Down

0 comments on commit 933c55b

Please sign in to comment.