summaryrefslogtreecommitdiff
path: root/crates/arti-hyper/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-4/+4
* Fix typos (using the typos-cli tool).Nick Mathewson2022-05-041-1/+1
* update tls-api to 0.8.0trinity-1686a2022-04-281-2/+2
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-11/+18
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-4/+4
* Replace manual Clone impl with educe in arti-hyperIan Jackson2022-03-021-0/+1
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-4/+4
* arti-hyper: Actually support TLSIan Jackson2022-02-281-1/+1
* arti-hyper: Provide TLS connector and make space for TLS streamIan Jackson2022-02-281-0/+2
* Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
* arti-hyper: impl HasKind for ConnectionErrorIan Jackson2022-02-231-0/+1
* arti-hyper: Introduce new ConnectionError typeIan Jackson2022-02-231-0/+1
* arti-hyper: Move hyper example from arti-clientIan Jackson2022-02-231-2/+7
* arti-hyper: empty crate skeletonIan Jackson2022-02-231-0/+29