summaryrefslogtreecommitdiff
path: root/crates/arti/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-4/+4
* Bump to trust-dns-proto 0.23.0Nick Mathewson2023-09-051-1/+1
* Upgrade to visibility 0.1.0Nick Mathewson2023-09-051-1/+1
* tor-error, arti: Bump backtrace to 0.3.68.Gabriela Moldovan2023-08-151-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-4/+4
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-1/+1
* Bump requirement to rlimit 0.10.1Nick Mathewson2023-07-201-1/+1
* Upgrade to latest rlimit.Nick Mathewson2023-07-171-1/+1
* Merge branch 'feat' into 'main'Nick Mathewson2023-07-071-1/+10
|\
| * arti: Build with HS client support by defaultIan Jackson2023-07-071-0/+1
| * arti Cargo.tomL: wrap default features listIan Jackson2023-07-071-1/+9
* | Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-071-1/+1
|/
* Merge branch 'log_precision' into 'main'Nick Mathewson2023-07-061-0/+4
|\
| * arti: Add a `logging.time_granularity` option with 1s default.Nick Mathewson2023-07-061-1/+6
* | arti: Install a panic hook that sends messages to `tracing`Nick Mathewson2023-07-051-1/+3
|/
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-7/+7
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-1/+1
* Run "fixup-features".Nick Mathewson2023-06-291-1/+1
* Mark all {hs,onion-serivce}-client features as non-experimental.Nick Mathewson2023-06-291-2/+3
* arti cfg tests: Overhaul exception handlingIan Jackson2023-06-281-0/+1
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-2/+2
* arti, hsclent: remove dependencies on tor-error/experimental-apiNick Mathewson2023-06-231-1/+1
* arti: return prop304 extended socks5 reply codes for onion servicesNick Mathewson2023-06-211-1/+1
* arti-client: Rename hs feature to onion-service-clientIan Jackson2023-06-161-1/+1
* arti: Interpret socks request to mean "lookup an RPC session"Nick Mathewson2023-06-051-1/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-9/+9
* Upgrade notify dependency to 6.0Nick Mathewson2023-05-221-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-2/+5
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+8
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-4/+5
* Mark an initial set of non-additive features.Nick Mathewson2023-05-151-5/+7
* RPC: Move the "listen" part of the RPC listener code to `arti`.Nick Mathewson2023-05-041-2/+3
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-9/+9
* Update our secmem_proc dependency to 0.3.0Nick Mathewson2023-04-131-1/+1
* rpc: Add a demonstration feature to "arti"Nick Mathewson2023-04-121-1/+3
* Reformat arti/Cargo.tomlNick Mathewson2023-04-121-9/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-1/+1
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-3/+3
* arti: Provide onion-service-client featureIan Jackson2023-03-231-1/+2
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-5/+5
* Upgrade to latest toml crate.Nick Mathewson2023-02-141-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-4/+4
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-3/+3
* Upgrade toml to version 0.6.Nick Mathewson2023-01-251-1/+1
* Upgrade to latest rlimit crate.Nick Mathewson2023-01-191-1/+1
* Merge branch 'optional-deps-static' into 'main'eta2022-12-051-1/+2
|\