Skip to content

Commit

Permalink
Disable the default features of hyper-rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Oct 10, 2024
1 parent 5e728f7 commit 4bd92a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/templates/Cargo.toml.mako
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ clap = "2"
http-body-util = "0.1"
% endif
hyper = "1"
hyper-rustls = "0.27"
hyper-rustls = { version = "0.27", default-features = false }
hyper-util = "0.1"
mime = "0.3"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 4bd92a3

Please sign in to comment.