aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirauth/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'da-microdesc-calc' into 'main'"Clara Engler2026-08-041-7/+1
| | | This reverts merge request !4264
* tor-dirauth: tests: Test microdescriptor calculation against live dataIan Jackson2026-08-041-0/+2
|
* tor-dirauth: Implement main microdescriptor calculation functionIan Jackson2026-08-041-0/+1
| | | | This is actually quite simple now.
* tor-dirauth: Introduce new TrackedConsensusMethod typeIan Jackson2026-08-041-0/+2
|
* tor-dirauth: Rework tor-netdoc dependencyIan Jackson2026-08-041-1/+2
| | | | | | | No longer request "experimental" - we don't need it. We do need "testing" but only for our own tests, so that can go in dev-dependencies. Enable retain-unknown, which we'll need.
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-3/+3
| | | | | | | ```bash readarray -t bump < <(maint/list-crates | grep -P '^tor-|^arti-') for crate in "${bump[@]}"; do cargo set-version --bump minor -p "${crate}"; done ```
* maint: ran 'cargo sort' in arti-dirauth and tor-dirauthSteven Engler2026-08-031-4/+4
| | | | | | | | | | I'm not actually sure what I did here. I was getting a lot of confusing results from 'cargo sort' and 'maint/cargo-sort', so I ran a bunch of commands until 'maint/cargo-sort' was okay. ('maint/cargo-sort' still shows some errors, but not in arti-dirauth anymore.) But as long as the 'maint/cargo-sort' in CI is okay with the changes, then I think it's fine.
* maint: ran fixup-featuresSteven Engler2026-08-031-1/+1
|
* Require derive-deftly 1.11.4Ian Jackson2026-07-231-1/+1
| | | | | | | | | We're about to *use* the fix that was in 1.11.4. We already updated the lockfile in !4228, so this is just Cargo.toml changes (which will prevent the minimal-versions tests failing when we change the code to rely on the fix). git-grep -l '^derive-deftly' |xargs perl -i~ -pe 's{\b\Q1.11.3\E\b}{1.11.4}g'
* Bump edition of tor-dirserver and tor-dirauthIan Jackson2026-07-221-1/+1
| | | | | Apparently these crate creations were outstanding when the workspace's edition was increased.
* tor-dirauth: Add dependencies needed for IP summariesIan Jackson2026-07-211-0/+5
|
* tor-dirauth: Introduce SupportedConsensusMethod newtypeIan Jackson2026-07-151-0/+2
|
* Version bumps for 2.5.0Nick Mathewson2026-06-301-2/+2
| | | | | | | | | | | | | Closes #2617. We've lucked out this time, and it turns out that every one of our published crates gets a minor bump. So this was generated with: ``` for cr in $(./maint/list-crates); do cargo set-version -p $cr --bump minor done ```
* tor-dirauth: Correct authors (fmt)Ian Jackson2026-06-221-1/+5
|
* tor-dirauth: Update MSRVIan Jackson2026-06-221-1/+1
|
* tor-dirauth: Correct authorsIan Jackson2026-06-221-1/+1
|
* tor-dirauth: New crate, emptyIan Jackson2026-06-221-0/+26