summaryrefslogtreecommitdiff
path: root/crates/arti-hyper/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-2/+2
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-4/+4
* Run fixup-features script and resolve its complaints.Nick Mathewson2023-05-311-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-10/+10
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+10
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-8/+1
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Increment crate versions.Nick Mathewson2023-05-031-4/+4
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with semver-irrelevant changes.Nick Mathewson2023-03-311-1/+1
* Follow-on patchlevel bumps for crates with changed dependenciesNick Mathewson2023-02-281-1/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-2/+2
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-2/+2
* Removed unnecessary "all()" cfg constraintMichael van Straten2023-01-071-1/+1
* Added x86_64-apple-darwin to fallback to "tls-api-openssl"Michael van Straten2023-01-071-1/+1
* fixed "broken_intra_doc_link"Michael van Straten2023-01-061-2/+1
* Temporary fix for #715 and #569Michael van Straten2023-01-051-1/+6
* Bump the minor version of every crate.Nick Mathewson2022-11-301-4/+4
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-3/+3
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-3/+3
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-1/+1
* 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