<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/Cargo.lock, branch arti-v2.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-02-02T17:38:49Z</updated>
<entry>
<title>release: Update Cargo.lock.</title>
<updated>2026-02-02T17:38:49Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-02-02T17:38:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=50dfb9c2e8034f70f8363eace02acc2b12b8abe6'/>
<id>urn:sha1:50dfb9c2e8034f70f8363eace02acc2b12b8abe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release: Bump `slotmap-careful` to 0.6.0.</title>
<updated>2026-02-02T17:04:00Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-02-02T16:50:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa7cfb53f5c3bb3f28fd2be65e908c78bd05163a'/>
<id>urn:sha1:fa7cfb53f5c3bb3f28fd2be65e908c78bd05163a</id>
<content type='text'>
Since we removes a existing feature, we need to bump the version.
</content>
</entry>
<entry>
<title>release: Bump `arti` version to 2.0.0.</title>
<updated>2026-02-02T17:04:00Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-02-02T16:42:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6b58086a7680a3df51a9fc9afae3aea832da8985'/>
<id>urn:sha1:6b58086a7680a3df51a9fc9afae3aea832da8985</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release: Bump `arti-*` and `tor-*` crates to 0.39.0</title>
<updated>2026-02-02T17:03:49Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-02-02T16:41:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b80fc6060ca05104f6a2d499b39778cd51bb1b76'/>
<id>urn:sha1:b80fc6060ca05104f6a2d499b39778cd51bb1b76</id>
<content type='text'>
Done via:

```
for crate in $(./maint/list-crates  | rg '^(tor|arti-)'); do
        cargo set-version -p $crate 0.39.0
done
```
</content>
</entry>
<entry>
<title>rtcompat: restore tls-server test.</title>
<updated>2026-02-02T15:02:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T18:03:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8664ad9a2f16683db609a23c654d1ea99dc933b2'/>
<id>urn:sha1:8664ad9a2f16683db609a23c654d1ea99dc933b2</id>
<content type='text'>
Now that tor-cert-x509 is its own crate, we can use that,
and avoid the circular dependency.

Closes #2330.
</content>
</entry>
<entry>
<title>llcrypto: Depend on tor-memquota-cost, not tor-memquota.</title>
<updated>2026-02-02T15:02:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T16:43:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eb62db42196714c9526624e2700794f1639b1036'/>
<id>urn:sha1:eb62db42196714c9526624e2700794f1639b1036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>memquota: Extract HasMemoryCost and derive to new crate.</title>
<updated>2026-02-02T15:02:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T16:16:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d53a4d6791ea1e7a0bc1510fb129928c2746be5b'/>
<id>urn:sha1:d53a4d6791ea1e7a0bc1510fb129928c2746be5b</id>
<content type='text'>
This will help resolve some dependencies in our graph.
</content>
</entry>
<entry>
<title>cert: Extract x509 code into new tor-cert-x509 crate.</title>
<updated>2026-02-02T15:02:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T15:30:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=44e57f9709cbdb2bbd6e2b7de3a08725feb27917'/>
<id>urn:sha1:44e57f9709cbdb2bbd6e2b7de3a08725feb27917</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add integration test suite for `hsc ctor-migrate` subcommand</title>
<updated>2026-02-02T10:39:45Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2026-02-02T10:39:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c766510282cbebfb1fc7a1f98bcb0b3ebf6c2af3'/>
<id>urn:sha1:c766510282cbebfb1fc7a1f98bcb0b3ebf6c2af3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtcompat: Temporarily disable tls-server test.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T14:35:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f80d0301058e3683b62da75a9a6f31d6ddf0a2f7'/>
<id>urn:sha1:f80d0301058e3683b62da75a9a6f31d6ddf0a2f7</id>
<content type='text'>
It would introduce a circular dev-dependency, which is not
well-supported by cargo publish.  I hope to resolve this and
re-enable the test in #2330.
</content>
</entry>
</feed>
