aboutsummaryrefslogtreecommitdiff
path: root/crates/equix/bench/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Upgraded dependencies for equix benchSteven Engler2026-08-031-80/+98
|
* Update Cargo.lock filesSteven Engler2026-08-031-2/+2
|
* maint: ran 'cd crates/equix/bench && cargo update -p proc-macro-error3'Steven Engler2026-08-031-13/+23
|
* hashx,equix: update bench Cargo.lockSteven Engler2026-07-231-12/+12
| | | | This was forgotten in the previous commit.
* Cargo update in hashx/equixNick Mathewson2026-06-301-42/+41
|
* Run cargo update for {hashx,equix}/benchGabriela Moldovan2026-06-011-63/+107
| | | | | | | | | Done using ``` (cd crates/hashx/bench && cargo update) (cd crates/equix/bench && cargo update) ```
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-3/+9
| | | | | | | | | | | When the circ-padding feature is enabled, we use maybenot, which does not yet support rand 0.10. In the meantime, enabling this feature pulls in rand 0.9. This is not ideal, but should be okay as a temporary situation. This also replaces the use of ReseedingRng (which was removed in 0.10) with the reseeding_rng crate. This is somewhat less performant, but it should be okay.
* Update Cargo.lock for hashx and equixIan Jackson2026-03-301-2/+2
| | | | | | | | | Made with nailing-cargo -EE --subdir=crates/equix/bench -u fetch nailing-cargo -EE --subdir=crates/hashx/bench -u fetch This is the minimal update; see https://gitlab.torproject.org/tpo/core/arti/-/issues/1984#note_3385367
* hashx: Bump dynasmrt to 5.0.0Gabriela Moldovan2026-03-041-4/+4
| | | | | Contains a small code change as `bare_relocation()` was replaced with `value_relocation()`.
* Run cargo update for {hashx,equix}/benchGabriela Moldovan2026-03-021-49/+49
| | | | | | | | | Done using ``` (cd crates/hashx/bench && cargo update) (cd crates/equix/bench && cargo update) ```
* release: Update hashx and equix benches.Wesley Aptekar-Cassels2026-02-021-41/+41
|
* cargo: Update equix and hashx benchClara Engler2026-01-131-44/+44
| | | | This commit runs `cargo update` on the respective crates.
* Run cargo update for {hashx,equix}/benchGabriela Moldovan2025-12-021-37/+37
| | | | | | | | | Done using ``` (cd crates/hashx/bench && cargo update) (cd crates/equix/bench && cargo update) ```
* equix-bench: ran `cargo update`Steven Engler2025-10-291-87/+65
|
* Update hashx and equix bench Cargo.lock files.Wesley Aptekar-Cassels2025-10-061-151/+114
|
* release: Update lockfiles.Wesley Aptekar-Cassels2025-10-021-2/+2
|
* Update lockfiles in equix, hashx.Nick Mathewson2025-08-281-12/+9
|
* Run "cargo update" in preparation for release.Nick Mathewson2025-08-281-46/+46
|
* Upgrade to criterion 0.7Nick Mathewson2025-08-271-26/+6
| | | | | | Closes #2026. We can do this now that criterion-cycles-per-byte has also upgraded.
* Update equix-bench lockfileIan Jackson2025-08-051-20/+27
| | | | cd crates/equix/bench && cargo update
* hashx, equix: Update lock files.Gabriela Moldovan2025-07-071-2/+2
|
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2025-07-071-47/+56
| | | | | | | | | Done using ``` (cd crates/hashx/bench && cargo update) (cd crates/equix/bench && cargo update) ```
* release: Update the bench crates from equix and hashx.Alexander Hansen Færøy2025-06-051-35/+99
| | | | | | | Done using: cd crates/hashx/bench && cargo update cd crates/equix/bench && cargo update
* release: Update Cargo.lock files.Wesley Aptekar-Cassels2025-05-011-29/+29
|
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The non-{arti-,tor-} crates are: ``` ./maint/list_crates | rg -v '^(tor|arti)' oneshot-fused-workaround slotmap-careful test-temp-dir fslock-guard hashx equix caret fs-mistrust safelog retry-error ``` We split them in the following categories: * crates with no changes (no version bumps): ``` maint/changed_crates -v "arti-v$LAST_VERSION" 2>&1 >/dev/null | grep -i "no change" | grep -v '\(tor\|arti\)-' oneshot-fused-workaround: No change. slotmap-careful: No change. fslock-guard: No change. caret: No change. retry-error: No change. ``` * crates that only have non-functional changes (bump the patch version): - test-temp-dir - equix - fs-mistrust - safelog * crates where APIs were broken (bump minor): - hashx (`RngCore` impl for `SipRand`) The bumps from this commit were created using this script: ``` PATCH=" test-temp-dir equix fs-mistrust safelog " for crate in $PATCH; do cargo set-version --bump patch -p $crate; done MINOR=" hashx " for crate in $MINOR; do cargo set-version --bump minor -p $crate; done ```
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2025-03-311-15/+15
| | | | | | | | | Done using ``` (cd crates/hashx/bench && cargo update) (cd crates/equix/bench && cargo update) ```
* Update Cargo.lock in bench directories.Nick Mathewson2025-03-181-109/+128
|
* Update versions in crates/*/bench.Nick Mathewson2025-01-071-2/+2
|
* Run "cargo update" in preparation for release.Nick Mathewson2025-01-071-54/+53
|
* Also cargo-update in crates/*x/bench.Nick Mathewson2025-01-061-47/+28
|
* equix, hashx: Add Cargo.lock changes.Gabriela Moldovan2024-12-021-2/+2
|
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-12-021-73/+65
| | | | | | | | | Done using ``` (cd crates/hashx/bench && cargo update) (cd crates/equix/bench && cargo update) ```
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-14/+14
|
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-09-301-51/+60
| | | | | | | | | Done using ``` (cd crates/hashx/bench && cargo update) (cd crates/equix/bench && cargo update) ```
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-09-031-69/+80
| | | | | | | | | Done using ``` (cd crates/hashx/bench && cargo update) (cd crates/equix/bench && cargo update) ```
* Run "cargo update" for crates/{equix/hashx}/bench.Nick Mathewson2024-08-011-82/+106
|
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-06-051-107/+93
| | | | | | | | | Done using ``` (cd crates/hashx/bench && cargo update) (cd crates/equix/bench && cargo update) ```
* Update separate lockfilesIan Jackson2024-04-301-2/+2
|
* Run cargo update in {equix,hashx}/benchNick Mathewson2024-04-021-210/+164
|
* Update other cargo.lock files.Nick Mathewson2023-10-021-2/+2
|
* Update bench lockfiles for new fixed-capacity-vecNick Mathewson2023-09-201-2/+2
|
* Switch to FixedCapacityVec 0.1.0 from crates.ioIan Jackson2023-09-061-0/+7
|
* Upgrade bench/ lockfiles too.Nick Mathewson2023-09-051-82/+93
|
* Update equix/bench/Cargo.lock.Nick Mathewson2023-09-051-3/+3
|
* equix/bench: Update Cargo.lockMicah Elizabeth Scott2023-08-021-0/+12
| | | | New dependency from 82eb88bd7462069537e82be8488d5b9b7d3a3f7a
* hashx/bench, equix/bench: check in matching Cargo.lock filesMicah Elizabeth Scott2023-08-011-0/+1109
It might be useful to keep these locked down for benchmark reproducibility. Currently the hashx and equix crates are fully separate. Signed-off-by: Micah Elizabeth Scott <[email protected]>