summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
* Reimplement HashX in RustMicah Elizabeth Scott2023-07-271-26/+365
* keymgr: Add KeyMgr::generate() for generating new keys.Gabriela Moldovan2023-07-241-0/+1
* keymgr: Add function for generating EncodableKeys.Gabriela Moldovan2023-07-241-0/+1
* Merge branch 'pwd-grp' into 'main'Nick Mathewson2023-07-201-32/+5
|\
| * Update pwd-grp to 0.1.1 to fix MacOS build etc.Ian Jackson2023-07-201-32/+5
* | Bump requirement to rlimit 0.10.1Nick Mathewson2023-07-201-2/+2
* | retry-error: Introduce a Wrapper type in a testIan Jackson2023-07-191-0/+1
* | retry-error: Provide fmt_error_with_sources in retry-errorIan Jackson2023-07-191-0/+2
|/
* Update Cargo.lock for d-a versionsIan Jackson2023-07-181-3/+30
* Merge branch 'upgrades_20230717' into 'main'Alexander Færøy2023-07-171-31/+22
|\
| * Upgrade to latest derive-adhoc.Nick Mathewson2023-07-171-4/+4
| * Upgrade to latest rlimit.Nick Mathewson2023-07-171-27/+18
| * keymgr: Upgrade to latest itertools.Nick Mathewson2023-07-171-1/+1
* | Merge branch 'pwd-grp' into 'main'gabi-2502023-07-171-11/+13
|\ \ | |/ |/|
| * fs-mistruct: switch from users to pwd-grpIan Jackson2023-07-141-11/+13
* | Merge branch 'keymgr-config-tweaks' into 'main'gabi-2502023-07-171-0/+3
|\ \ | |/ |/|
| * tor-keymgr: Add ArtiNativeKeystoreConfig.Gabriela Moldovan2023-07-131-0/+3
* | Add country codes to relays inside a NetDireta2023-07-131-0/+1
|/
* rng ranges: Use gen_range_infallible() for Duration::ZERO..=TIan Jackson2023-07-101-0/+1
* keymgr: Use Box<dyn EncodableKey> instead of Box<dyn Any>.Gabriela Moldovan2023-07-101-0/+1
* Merge branch 'da-task' into 'main'gabi-2502023-07-101-0/+28
|\
| * tor-rtmock: Use derive-adhoc for composite runtimesIan Jackson2023-07-071-0/+28
* | tor-error: tracing module: Use macro to generate macrosIan Jackson2023-07-071-0/+1
* | event_report: assert correctness of format endingNick Mathewson2023-07-071-0/+1
* | tor-error: Add optional tracing supportNick Mathewson2023-07-071-0/+1
|/
* Merge branch 'task4' into 'main'Ian Jackson2023-07-061-1/+7
|\
| * tor-dirmgr: bridge descriptor tests: Use MockRuntime (drop Tokio dep)Ian Jackson2023-07-061-1/+0
| * tor-rtmock: MockRuntime: provide test_with_variousIan Jackson2023-07-061-0/+1
| * tor-rtmock: MockExecutor: Configurable scheduling policyIan Jackson2023-07-061-0/+1
| * tor-rtmock: Provide MockRuntimeIan Jackson2023-07-061-0/+1
| * tor-rtmock: Unit tests for MockExecutorIan Jackson2023-07-061-0/+1
| * tor-rtmock: Provide MockExecutorIan Jackson2023-07-061-0/+3
* | 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-0/+4
* | arti: Install a panic hook that sends messages to `tracing`Nick Mathewson2023-07-051-0/+1
|/
* fix audittrinity-1686a2023-07-041-3/+3
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-19/+19
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-4/+4
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-21/+21
* keymgr: Remove ArtiPath normalization, introduce additional restrictions.Gabriela Moldovan2023-06-291-13/+23
* Merge branch 'update' into 'main'Ian Jackson2023-06-291-188/+212
|\
| * Run "cargo update" in preparation for Friday release.Nick Mathewson2023-06-291-188/+212
* | Merge branch 'netdir_by_rsa_experimental_apis' into 'main'Nick Mathewson2023-06-291-0/+1
|\ \
| * | netdir: Conditionally expose some by_rsa APIs as experimental.Nick Mathewson2023-06-291-0/+1
| |/
* / keymgr: Add tests for ArtiNativeKeyStore::key_path.Gabriela Moldovan2023-06-291-0/+1
|/
* HS configuration: Add retry parameters to configurationIan Jackson2023-06-281-0/+1
* arti cfg tests: Overhaul exception handlingIan Jackson2023-06-281-0/+1
* Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-271-50/+7
* Merge branch 'upgrade-itertools' into 'main'gabi-2502023-06-261-2/+2
|\
| * Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-2/+2