<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/Cargo.lock, branch arti-v2.5.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-08-03T19:51:11Z</updated>
<entry>
<title>Update Cargo.lock files</title>
<updated>2026-08-03T19:51:11Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T19:50:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fbde9c9e561785b234510ca6aa488d4ebde9d040'/>
<id>urn:sha1:fbde9c9e561785b234510ca6aa488d4ebde9d040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump patch version for hashx crate</title>
<updated>2026-08-03T19:35:21Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T19:35:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc05741fd58ea68783eb9af8e0d5e0521e6c0f7c'/>
<id>urn:sha1:cc05741fd58ea68783eb9af8e0d5e0521e6c0f7c</id>
<content type='text'>
```bash
cargo set-version --bump patch -p hashx
```
</content>
</entry>
<entry>
<title>Bump version for arti crate</title>
<updated>2026-08-03T19:33:40Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T19:33:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3f9abbe8284731b5912c2cc02cda9953964d1ec3'/>
<id>urn:sha1:3f9abbe8284731b5912c2cc02cda9953964d1ec3</id>
<content type='text'>
```bash
cargo set-version --bump patch -p arti
```
</content>
</entry>
<entry>
<title>Bump versions for tor-* and arti-* crates</title>
<updated>2026-08-03T19:31:55Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T19:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c8f2375bb0402467fd0e7bc8b2547055d2f75f4'/>
<id>urn:sha1:8c8f2375bb0402467fd0e7bc8b2547055d2f75f4</id>
<content type='text'>
```bash
readarray -t bump &lt; &lt;(maint/list-crates | grep -P '^tor-|^arti-')
for crate in "${bump[@]}"; do cargo set-version --bump minor -p "${crate}"; done
```
</content>
</entry>
<entry>
<title>maint: ran 'cargo update -p proc-macro-error3'</title>
<updated>2026-08-03T15:46:00Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T15:45:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea6cbb83c4a1c396d289a7ecc186154912f93eb2'/>
<id>urn:sha1:ea6cbb83c4a1c396d289a7ecc186154912f93eb2</id>
<content type='text'>
Version 3.0.3 was yanked.
</content>
</entry>
<entry>
<title>maint: ran 'cargo update -p event-listener@5.4.1'</title>
<updated>2026-08-03T14:24:15Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T14:24:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=865f27f45851aa9e5a9d5942035c78c3256e1673'/>
<id>urn:sha1:865f27f45851aa9e5a9d5942035c78c3256e1673</id>
<content type='text'>
Fixes unsoundness for RUSTSEC-2026-0221.

https://rustsec.org/advisories/RUSTSEC-2026-0221.html
</content>
</entry>
<entry>
<title>relay: Add crypto task command channel</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-06-02T14:05:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5ebbd0e434e91b250fd22ea4be9a28fd71ab02df'/>
<id>urn:sha1:5ebbd0e434e91b250fd22ea4be9a28fd71ab02df</id>
<content type='text'>
Give a tx to the descriptor task so it can request the keys when
building a new descriptor.

Implement the crypto task handling of that command channel.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Implement descriptor upload in desc task</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-06-02T12:46:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dacc5b63f187260ff9d2f05e01cead453a6c5ba5'/>
<id>urn:sha1:dacc5b63f187260ff9d2f05e01cead453a6c5ba5</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Initial skeleton of the descriptor upload task</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-05-26T17:19:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7531865cc997a424e525d0279598af7f45d7fcb9'/>
<id>urn:sha1:7531865cc997a424e525d0279598af7f45d7fcb9</id>
<content type='text'>
This is the basics, with many TODO(relay), for a relay descriptor upload
task which uses tor-dirpublish::Publisher.

Future commits will implement the several todo!().

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>tor-protover: Use GloballyInternable</title>
<updated>2026-07-27T15:20:04Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-23T10:43:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=51f7f02bb39dfeb55675b55d9522bbb329413b0a'/>
<id>urn:sha1:51f7f02bb39dfeb55675b55d9522bbb329413b0a</id>
<content type='text'>
We don't need to open-code this any more.
</content>
</entry>
</feed>
