<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint/downgrade_dependencies, branch arti-v1.7.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-07T15:12:19Z</updated>
<entry>
<title>maint: Add issue for --direct-minimal-versions.</title>
<updated>2025-10-07T15:12:19Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-06-09T15:27:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e75504a5bda014d980dc1b5d8fd7d033080bf3b'/>
<id>urn:sha1:9e75504a5bda014d980dc1b5d8fd7d033080bf3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint: Add note on exceptions to downgrade_dependencies.</title>
<updated>2025-10-07T15:12:19Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-06-09T14:36:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a916074481fceec88aa588af8fca007ea1c5ad5d'/>
<id>urn:sha1:a916074481fceec88aa588af8fca007ea1c5ad5d</id>
<content type='text'>
As discussed in last week's meeting.
</content>
</entry>
<entry>
<title>maint/downgrade_dependencies: Fix up event-Listeners for async-std</title>
<updated>2025-10-06T11:36:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-10-06T11:32:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=381ad6c5c976d66b9c45046208e167ed5e15835d'/>
<id>urn:sha1:381ad6c5c976d66b9c45046208e167ed5e15835d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/downgrade_dependencies: No longer mess with futures-lite@1.2.0</title>
<updated>2025-10-06T11:34:34Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-10-06T11:27:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d37824953f9c530c57c8c5936c12b16a829778c3'/>
<id>urn:sha1:d37824953f9c530c57c8c5936c12b16a829778c3</id>
<content type='text'>
Empirically, this is no longer present in our Cargo.lock.
The problem was fixed upstream, presumably.
</content>
</entry>
<entry>
<title>smol: Implement smol in tor-rtcompat</title>
<updated>2025-08-21T03:47:47Z</updated>
<author>
<name>Niel Duysters</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-08-21T03:47:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3a650f261fecb8c42fa2a208dd029fd4cda98d18'/>
<id>urn:sha1:3a650f261fecb8c42fa2a208dd029fd4cda98d18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint: change the dependencies in 'downgrade_dependencies'</title>
<updated>2025-07-31T15:19:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-07-30T01:41:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9901ac67de4e1af5a5cee1d968ae4aa51c7ba9ed'/>
<id>urn:sha1:9901ac67de4e1af5a5cee1d968ae4aa51c7ba9ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove yoke from downgrade-dependencies.</title>
<updated>2025-06-10T20:34:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-06-10T20:34:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d01b12eeb0f4cb95a75d4308e1485ad01819df52'/>
<id>urn:sha1:d01b12eeb0f4cb95a75d4308e1485ad01819df52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/downgrade_dependencies: Include `paste` crate for update</title>
<updated>2025-06-05T23:30:29Z</updated>
<author>
<name>parazyd</name>
<email>parazyd@dyne.org</email>
</author>
<published>2025-06-03T10:44:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0308ec48ac5fadd0548b942d3a3f712e3262a292'/>
<id>urn:sha1:0308ec48ac5fadd0548b942d3a3f712e3262a292</id>
<content type='text'>
With the removal of the hard `rustls` dependency and preferring
`futures-rustls`, then `paste` crate gets downgraded to a too-low of a version
so we should update it for our code to be able to compile correctly.
</content>
</entry>
<entry>
<title>arti-ureq: New library which integrates with ureq</title>
<updated>2025-04-09T10:59:19Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-04-09T10:59:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=91d6b0ed2116e27a9764753a314911a9fc0ba814'/>
<id>urn:sha1:91d6b0ed2116e27a9764753a314911a9fc0ba814</id>
<content type='text'>
Fixes #1519
</content>
</entry>
<entry>
<title>Require rustls 0.23.20</title>
<updated>2025-03-04T19:45:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-03-03T15:15:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3931f216ec23991653b196596c9758eff61b68e5'/>
<id>urn:sha1:3931f216ec23991653b196596c9758eff61b68e5</id>
<content type='text'>
This is the version that introduces `root_hint_subjects()`,
which we want our ServerCertVerifier to override.
</content>
</entry>
</feed>
