<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/examples, branch arti-v2.1.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.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-02T17:42:42Z</updated>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.40.0.</title>
<updated>2026-03-02T17:42:42Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T17:42:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=404764338e0f5df7209c89c4a48ad50e53423bd1'/>
<id>urn:sha1:404764338e0f5df7209c89c4a48ad50e53423bd1</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.40.0
done
</content>
</entry>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates</title>
<updated>2026-03-02T17:36:23Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T17:36:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d45c09c8e808c90c4fcb5416fd52c3c138b4871a'/>
<id>urn:sha1:d45c09c8e808c90c4fcb5416fd52c3c138b4871a</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
futures-copy
```

Because this release bumps the MSRV, I am bumping the minor version of all of
them.

MINOR="
oneshot-fused-workaround
slotmap-careful
test-temp-dir
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
retry-error
futures-copy
"

for crate in $MINOR; do
    cargo set-version --bump minor -p $crate;
done
```
</content>
</entry>
<entry>
<title>Revert "macos-native-tls-notice: Update README.md of download-manager with notice of native-tls bug on MacOS"</title>
<updated>2026-02-16T20:40:21Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-02-15T22:21:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f88d1a0b0bacd43f704b52279d5002e0b62e67f8'/>
<id>urn:sha1:f88d1a0b0bacd43f704b52279d5002e0b62e67f8</id>
<content type='text'>
This reverts commit 7318d9a6ef5c38f22015e1c134ccb5ae8bced59e.
</content>
</entry>
<entry>
<title>Revert "macos-native-tls-notice: Update README.md of hyper-examples with notice of native-tls bug on MacOS"</title>
<updated>2026-02-16T20:40:21Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-02-15T22:21:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=24ab3523cd7705be71bcc3462129cda7a149c2f9'/>
<id>urn:sha1:24ab3523cd7705be71bcc3462129cda7a149c2f9</id>
<content type='text'>
This reverts commit d723ec8a1beda65ffc4afa1a4b6b91d9434af577.
</content>
</entry>
<entry>
<title>Bump time to 0.3.47</title>
<updated>2026-02-16T14:55:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-02-09T11:04:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5c5eaae7ae57ed68a3b0ff4ac1e84101c8e71361'/>
<id>urn:sha1:5c5eaae7ae57ed68a3b0ff4ac1e84101c8e71361</id>
<content type='text'>
This enables us to un-ignore RUSTSEC-2026-0009.

See #2341 for analysis of impact.
</content>
</entry>
<entry>
<title>Revert "Merge branch 'UpdateAPI' into 'main'"</title>
<updated>2026-02-09T14:13:41Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2026-02-09T14:13:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3cc019f017086202a04fec6bdc891a393819762d'/>
<id>urn:sha1:3cc019f017086202a04fec6bdc891a393819762d</id>
<content type='text'>
This reverts commit 645787d50df49806b238e8afa9b89b8a7dfc1dd0, reversing
changes made to 927b78ca8313d6f0fbc7291b526f1e1bd0b90afe.
</content>
</entry>
<entry>
<title>formatting fixed</title>
<updated>2026-02-06T10:26:43Z</updated>
<author>
<name>Nuhiat-Arefin</name>
<email>nuhiatarefin@gmail.com</email>
</author>
<published>2026-02-06T10:26:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5457dc6a491d059ffaf7c3b9374c9e3f657d0ee9'/>
<id>urn:sha1:5457dc6a491d059ffaf7c3b9374c9e3f657d0ee9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update socks5 API</title>
<updated>2026-02-06T09:31:06Z</updated>
<author>
<name>Nuhiat-Arefin</name>
<email>nuhiatarefin@gmail.com</email>
</author>
<published>2026-02-06T09:31:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4a57ac169df3769179dbe13de09c22afa8f453b'/>
<id>urn:sha1:a4a57ac169df3769179dbe13de09c22afa8f453b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: Upgrade fast-socks5 to 1.0.0.</title>
<updated>2026-02-02T23:34:28Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-02-02T23:12:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=48621ae372011351e82a4b71199ef5e4a580219a'/>
<id>urn:sha1:48621ae372011351e82a4b71199ef5e4a580219a</id>
<content type='text'>
One of the APIs we use, `Socks5Server`, is deprecated, and this commit
does not change to the new API. I don't plan to immediately rewrite this
to use the new API, as it seems nontrivial, but it still seems worth
updating.
</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>
</feed>
