Skip to content

Commit

Permalink
Bump hyper-rustls version. (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey authored Sep 27, 2024
1 parent bd8b648 commit 53e3d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ http = "1.0.0"
http-body = "1.0.0"
http-body-util = "0.1.0"
hyper = "1.1.0"
hyper-rustls = { version = "0.26.0", optional = true }
hyper-rustls = { version = "0.27.0", optional = true }
hyper-timeout = { version = "0.5.1", optional = true }
hyper-tls = { version = "0.6.0", optional = true }
hyper-util = { version = "0.1.3", features = ["http1"] }
Expand Down

0 comments on commit 53e3d4f

Please sign in to comment.