aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
...
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-2/+2
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-2/+2
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-6/+6
* Bump to rusqlite 0.28.Nick Mathewson2022-07-191-1/+1
* Bump tor-dirmgr to version 0.5.1.tor-dirmgr-v0.5.1Nick Mathewson2022-07-141-1/+1
* Bump crate and dependency versions.Nick Mathewson2022-06-241-13/+13
* Merge branch 'high-level-features' into 'main'Nick Mathewson2022-06-161-0/+3
|\
| * Add "full" and "experimental" features to arti-client and below.Nick Mathewson2022-06-101-0/+3
* | Merge branch 'dormant_directory' into 'main'Nick Mathewson2022-06-131-0/+1
|\ \ | |/ |/|
| * DirMgr: Use scopeguard crate in place of ad hoc RAII substitutesNick Mathewson2022-06-131-0/+1
* | Upgrade float_eq dev-dependency to 1.0.0Nick Mathewson2022-06-071-1/+1
|/
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-19/+18
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-10/+10
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-12/+12
* tor-dirmgr/state.rs: feed through additional parameters, use themeta2022-05-101-0/+1
* Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-091-0/+1
|\
| * Update tor-dirmgr to use fs-mistrust.Nick Mathewson2022-05-091-0/+1
* | Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-15/+15
* | Switch to derive_builder_arti_forkIan Jackson2022-05-061-1/+1
|/
* Merge branch 'derive-builder-git-fixup' into 'main'eta2022-04-271-1/+1
|\
| * derive_builder: Use git dep everywhere, rather than cargo patchIan Jackson2022-04-271-1/+1
* | Upgrade to Postage 0.5.0Nick Mathewson2022-04-261-1/+1
|/
* 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-12/+12
* Use git source for derive_builder for now, for sub_builder featureIan Jackson2022-04-211-1/+1
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-14/+14
* Reformat several Cargo.toml files with 100-char-wide lines.Nick Mathewson2022-03-301-7/+2
* Move fallback.rs into guardmgr.Nick Mathewson2022-03-301-0/+1
* Upgrade to rusqlite 0.27.0Nick Mathewson2022-03-291-1/+1
* dirmgr: Initial DirFilter code.Nick Mathewson2022-03-241-0/+1
* Reformat {arti-client,tor-dirmgr}/Cargo.tomlNick Mathewson2022-03-241-13/+16
* derive_builder: Switch to upstream 0.11Ian Jackson2022-03-161-1/+1
* humantime: Update to humantime-serde 1.1.1Ian Jackson2022-03-141-1/+1
* Merge branch 'add-flatfile-dirmgr' into 'main'Nick Mathewson2022-03-111-0/+6
|\
| * Expose APIs for external DirProviderChristian Grigis2022-03-111-0/+6
* | Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-071-1/+1
|/
* Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+1
* Replace manual Debug impl with educe in tor-dirmgrIan Jackson2022-03-021-0/+2
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-13/+13
* dirmgr: Remember where netdocs came from.Nick Mathewson2022-02-161-0/+1
* tor-error: Add as a ddpendency to many cratesIan Jackson2022-02-041-0/+1
* Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* Bump tor-netdir and tor-guardmgr versionsarti-v0.0.4Nick Mathewson2022-01-311-1/+1
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-7/+7
* Make the native-tls crate optional.Nick Mathewson2022-01-261-3/+1
* tor-dirmgr: Create a bootstrap-status exporting mechanism.Nick Mathewson2022-01-181-1/+2
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-12/+12
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-16/+16
* Refactor directory events to use a FlagPublisher mechanism.Nick Mathewson2021-12-141-19/+24