<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/hashx/bench/Cargo.lock, branch arti-v1.6.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.6.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-02T15:45:08Z</updated>
<entry>
<title>release: Update lockfiles.</title>
<updated>2025-10-02T15:45:08Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-10-02T15:45:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8d3b9f24c86c1d2acd6a2ec7815d3ffc1ce6cf5f'/>
<id>urn:sha1:8d3b9f24c86c1d2acd6a2ec7815d3ffc1ce6cf5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update lockfiles in equix, hashx.</title>
<updated>2025-08-28T17:50:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-28T17:50:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d67c332fc06b6ddebd047ec0881fd2926398c470'/>
<id>urn:sha1:d67c332fc06b6ddebd047ec0881fd2926398c470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run "cargo update" in preparation for release.</title>
<updated>2025-08-28T12:24:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-28T12:24:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b760d7e7cc41df49599ab3bba1b1f63945455f8d'/>
<id>urn:sha1:b760d7e7cc41df49599ab3bba1b1f63945455f8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to criterion 0.7</title>
<updated>2025-08-28T00:19:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-27T23:55:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1d79b0db3db48c9691952b3cce5b767cdc35851e'/>
<id>urn:sha1:1d79b0db3db48c9691952b3cce5b767cdc35851e</id>
<content type='text'>
Closes #2026.

We can do this now that criterion-cycles-per-byte has also upgraded.
</content>
</entry>
<entry>
<title>Update hashx-bench lockfile</title>
<updated>2025-08-05T12:10:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-05T12:10:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8e58f003671c19edeaeea58c12f3f210a3fe6989'/>
<id>urn:sha1:8e58f003671c19edeaeea58c12f3f210a3fe6989</id>
<content type='text'>
cd crates/hashx/bench &amp;&amp; cargo update
</content>
</entry>
<entry>
<title>hashx, equix: Update lock files.</title>
<updated>2025-07-07T17:53:01Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-07-07T17:53:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8703a616330f162a42cefe85dd1ce457fc700de1'/>
<id>urn:sha1:8703a616330f162a42cefe85dd1ce457fc700de1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run cargo update for {hashx,equix}/bench.</title>
<updated>2025-07-07T17:41:41Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-07-07T17:13:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7330578a311dea094b6b1055ff87e78360c20049'/>
<id>urn:sha1:7330578a311dea094b6b1055ff87e78360c20049</id>
<content type='text'>
Done using

```
  (cd crates/hashx/bench &amp;&amp; cargo update)
  (cd crates/equix/bench &amp;&amp; cargo update)
```
</content>
</entry>
<entry>
<title>release: Update the bench crates from equix and hashx.</title>
<updated>2025-06-05T10:37:44Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-06-05T10:37:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bd8c8b0102e5caeaebd1ff9ca9dd98e0b6f36fef'/>
<id>urn:sha1:bd8c8b0102e5caeaebd1ff9ca9dd98e0b6f36fef</id>
<content type='text'>
Done using:

cd crates/hashx/bench &amp;&amp; cargo update
cd crates/equix/bench &amp;&amp; cargo update
</content>
</entry>
<entry>
<title>release: Update Cargo.lock files.</title>
<updated>2025-05-01T16:22:28Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-05-01T16:21:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d9a0f3764464bb7aa6c40ae4f8ff0df0b2007264'/>
<id>urn:sha1:d9a0f3764464bb7aa6c40ae4f8ff0df0b2007264</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates.</title>
<updated>2025-03-31T17:59:48Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T17:33:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a0919b507bb2a5855e36b85a2e10e3eac5fa4e15'/>
<id>urn:sha1:a0919b507bb2a5855e36b85a2e10e3eac5fa4e15</id>
<content type='text'>
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&gt;&amp;1 &gt;/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
```
</content>
</entry>
</feed>
