summaryrefslogtreecommitdiff
path: root/crates/arti-hyper/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump crate and dependency versions.Nick Mathewson2022-06-241-3/+3
* Increment versions of crates with trivial changes only.Nick Mathewson2022-06-241-1/+1
* Upgrade tls-api to latest versions in arti-hyper.Nick Mathewson2022-06-071-2/+2
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-3/+3
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-2/+2
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-4/+4
* 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