summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump tor-dirclient patchlevel, since its dependency changed.Nick Mathewson2023-10-021-1/+1
* Patchlevel bumps to crates whose dependencies just changed.Nick Mathewson2023-10-021-2/+2
* Minor-version bumps, for crates with breaking changes.Nick Mathewson2023-10-021-3/+3
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-6/+6
* Run "fixup-features" on arti crates.Nick Mathewson2023-10-021-1/+1
* Upgrade memmap2 dependency to 0.8.0Nick Mathewson2023-09-281-1/+1
* Upgrade event_listener dependency to 3.0.0Nick Mathewson2023-09-281-1/+1
* arti-client: add exit selection with GeoIP country codeseta2023-09-181-1/+3
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-10/+10
* Minor-version bumps for crates with breaking changes.Nick Mathewson2023-09-051-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-8/+8
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-7/+7
* Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-071-1/+1
* tor-dirmgr: bridge descriptor tests: Use MockRuntime (drop Tokio dep)Ian Jackson2023-07-061-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-12/+12
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-1/+1
* Upgrade to memmap2 0.7Nick Mathewson2023-06-211-1/+1
* Upgrade to strum 0.25.Nick Mathewson2023-06-211-1/+1
* Upgrade async-trait requirement to 1.54Nick Mathewson2023-06-121-1/+1
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-20/+20
* Upgrade memmap2 dependency to 0.6.1.Nick Mathewson2023-05-221-1/+1
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+21
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-3/+4
* Mark an initial set of non-additive features.Nick Mathewson2023-05-151-1/+3
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-20/+20
* Upgrade our hex-literal dependencyNick Mathewson2023-04-131-1/+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-3/+3
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-7/+7
* Upgrade dependency to latest rusqlite.Nick Mathewson2023-03-301-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-10/+10
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-2/+2
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-5/+5
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-8/+8
* Complete our migration to base64ct.Nick Mathewson2023-01-201-1/+1
* Bump the minor version of every crate.Nick Mathewson2022-11-301-20/+20
* dirmgr: make "bridge-client" non-experimental.Nick Mathewson2022-11-181-2/+2
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Check more targetstrinity-1686a2022-11-101-2/+3
* bridge descs: Apply sensitive() to bridge identity in error log msgIan Jackson2022-11-081-0/+1
* bridge desc: Implement cache reuse logic and if-modified-sinceIan Jackson2022-11-041-0/+1
* bridge desc tests: Apply tracing_test::traced_testIan Jackson2022-11-041-0/+1
* Require derive_more 0.99.3Ian Jackson2022-11-031-1/+1
* bridge descriptors: TestsIan Jackson2022-11-031-0/+3
* bridge descriptors: Provide an implementation of BridgeDescProviderIan Jackson2022-11-031-0/+1
* remove unused dependanciestrinity-1686a2022-10-291-1/+0
* FlagEvent trait: Implement using macrosIan Jackson2022-10-251-0/+2