<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/Cargo.toml, branch arti-v2.5.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.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-30T13:42:13Z</updated>
<entry>
<title>Version bumps for 2.5.0</title>
<updated>2026-06-30T13:42:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-30T13:42:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=245b03f5a48b4e58f8c84f072920160fc87be500'/>
<id>urn:sha1:245b03f5a48b4e58f8c84f072920160fc87be500</id>
<content type='text'>
Closes #2617.

We've lucked out this time, and it turns out that every one of our
published crates gets a minor bump.  So this was generated with:

```
for cr in $(./maint/list-crates); do
   cargo set-version -p $cr --bump minor
done
```
</content>
</entry>
<entry>
<title>Bump MSRV to 1.91</title>
<updated>2026-06-15T13:18:11Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-15T12:59:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e93e0e2f9f42f526a8e1aa64e6ea659ef31dd800'/>
<id>urn:sha1:e93e0e2f9f42f526a8e1aa64e6ea659ef31dd800</id>
<content type='text'>
This commit bumps the MSRV to 1.91 which was released on 2025-10-30.

The Cargo.toml files were updated as follows:
```sh
git ls-files | \
    grep ".*Cargo\.toml$" | \
    xargs sed -i '' 's/^rust-version = "1\.89"$/rust-version = "1\.91"/g'
```

The following files were updated manually:
```
	modified:   .gitlab-ci.yml
	modified:   README.md
	modified:   flake.nix
	modified:   maint/docker-android/Dockerfile
```
</content>
</entry>
<entry>
<title>Merge branch 'cgo-stable' into 'main'</title>
<updated>2026-06-10T19:33:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-10T19:33:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=304fe40a2d6a90048a3c5fe0bcaddce0d963f254'/>
<id>urn:sha1:304fe40a2d6a90048a3c5fe0bcaddce0d963f254</id>
<content type='text'>
Mark "counter-galois-onion" as stable

Closes #2550

See merge request tpo/core/arti!4069</content>
</entry>
<entry>
<title>arti-client: add "dep:" prefix to "tor-rpcbase"</title>
<updated>2026-06-10T15:57:19Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-10T15:55:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0969fa74b254ac14e7057ac1bcd394446f58d509'/>
<id>urn:sha1:0969fa74b254ac14e7057ac1bcd394446f58d509</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'cc-default' into 'main'</title>
<updated>2026-06-10T12:41:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-10T12:41:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=edf64571737d29572305b1e032fa0af3f9eff685'/>
<id>urn:sha1:edf64571737d29572305b1e032fa0af3f9eff685</id>
<content type='text'>
Add 'flowctl-cc' to 'default'

See merge request tpo/core/arti!4042</content>
</entry>
<entry>
<title>Bump derive-deftly to 1.11.3</title>
<updated>2026-06-09T15:00:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-09T14:59:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8d8fcae5af5c85e77ce7e5a1377314f607172c06'/>
<id>urn:sha1:8d8fcae5af5c85e77ce7e5a1377314f607172c06</id>
<content type='text'>
New beta semver policy means we should pin the patchlevel.
</content>
</entry>
<entry>
<title>proto: Move RateLimitedWriter to tor-async-utils</title>
<updated>2026-06-08T18:47:05Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-06-08T17:30:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bd59bfefebdb40b945800d5c8d1fad6dd6966a04'/>
<id>urn:sha1:bd59bfefebdb40b945800d5c8d1fad6dd6966a04</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>Mark "counter-galois-onion" as stable</title>
<updated>2026-06-04T14:11:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-04T14:11:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c4b1056139e1a374f556415ff4f729cb6c4f1136'/>
<id>urn:sha1:c4b1056139e1a374f556415ff4f729cb6c4f1136</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade tokio to LTS 1.47.1</title>
<updated>2026-06-03T18:22:56Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@momandpop.network</email>
</author>
<published>2026-05-27T20:31:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=765fa4c8bcd9ab3eead4b52c1bca454f406c07fc'/>
<id>urn:sha1:765fa4c8bcd9ab3eead4b52c1bca454f406c07fc</id>
<content type='text'>
Closes #2137.
</content>
</entry>
<entry>
<title>arti-client: add 'flowctl-cc' to 'default'</title>
<updated>2026-06-01T18:55:39Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-01T18:55:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea65188e859ab7b57beab229a6352161f99465ce'/>
<id>urn:sha1:ea65188e859ab7b57beab229a6352161f99465ce</id>
<content type='text'>
</content>
</entry>
</feed>
