summaryrefslogtreecommitdiff
path: root/examples/hyper-examples/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Fix complaints from "cargo sort"Nick Mathewson2025-08-271-3/+9
|
* Run "fixup-features"Nick Mathewson2025-08-271-0/+3
|
* Update webpki-roots dependency to 1.0.2Nick Mathewson2025-08-261-1/+1
|
* Merge branch 'main' into !2941Ian Jackson2025-08-111-1/+1
| | | | | | | | | | Conflicts: examples/hyper/hyper-http-client-example/Cargo.toml examples/hyper/hyper-http-hs-example/Cargo.toml In both cases, just the change of edition, which I have applied to examples/hyper-examples/Cargo.toml instead.
* hyper-examples: Use native-tls instead of rustlsnield2025-07-211-1/+1
|
* hyper-examples: Remove hyper-custom-connector-examplenield2025-07-201-6/+2
| | | | We will make a separate library for this.
* hyper-examples: Rename example directorynield2025-07-201-0/+30
This directory had to be renamed because otherwise it would cause conflicts with the actual hyper crate in the CI pipeline.