<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/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>Merge branch 'addr-policy-fix' into 'main'</title>
<updated>2026-06-23T13:49:26Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2026-06-23T13:49:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c5922c4800fd8d7a4ea327582fe6310b86a736b'/>
<id>urn:sha1:6c5922c4800fd8d7a4ea327582fe6310b86a736b</id>
<content type='text'>
tor-netdoc: addr policy: Overhaul and fix /0 bug

Closes #2589

See merge request tpo/core/arti!4128</content>
</entry>
<entry>
<title>tor-netdoc tests: Test verification of votes, error cases</title>
<updated>2026-06-22T14:27:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-16T17:20:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c3efaa7115addf3f34e6a9543eeab32a3ca440f4'/>
<id>urn:sha1:c3efaa7115addf3f34e6a9543eeab32a3ca440f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: addr policy: Use ipnet instead of open-coding it all</title>
<updated>2026-06-18T12:06:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-18T10:08:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=86ea79faa746b73f8b55f040e20d794e5dd61e86'/>
<id>urn:sha1:86ea79faa746b73f8b55f040e20d794e5dd61e86</id>
<content type='text'>
ipnet is a very widely used crate which is already in our dependency
stack.
</content>
</entry>
<entry>
<title>Merge branch 'msrv-1.91' into 'main'</title>
<updated>2026-06-18T09:23:21Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-18T09:23:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=86ec7588cb4810769c4c2479361c872dd18324d7'/>
<id>urn:sha1:86ec7588cb4810769c4c2479361c872dd18324d7</id>
<content type='text'>
Bump MSRV to 1.91

See merge request tpo/core/arti!4105</content>
</entry>
<entry>
<title>tor-netdoc: tests: Add regsub utility function</title>
<updated>2026-06-17T09:33:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-11T17:25:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e084b2a55e330fb6fd629a9d90843ece56481948'/>
<id>urn:sha1:e084b2a55e330fb6fd629a9d90843ece56481948</id>
<content type='text'>
We're going to need this for fudges in round trip tests of consensuses
etc.
</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>tor-netdoc: Replace ad-hoc pseudo-diff with unidiff from imra</title>
<updated>2026-06-11T11:38:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-11T11:05:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa1feb06cff0492dda770bd9df4334fce57e6909'/>
<id>urn:sha1:fa1feb06cff0492dda770bd9df4334fce57e6909</id>
<content type='text'>
And wrap it up nicely in an assert_eq_or_diff macro.

I've tested the output by sabotaging one of the test2 tests.
</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>dirserver,netdoc: Upgrade to the latest saturating-time</title>
<updated>2026-06-03T09:54:44Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-03T09:38:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6115e0886d50ff59139acaab3d5f9f014964941'/>
<id>urn:sha1:b6115e0886d50ff59139acaab3d5f9f014964941</id>
<content type='text'>
</content>
</entry>
</feed>
