<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint, branch arti-v1.1.11</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-12-04T15:42:20Z</updated>
<entry>
<title>Add a check-license exception for tinystr.</title>
<updated>2023-12-04T15:42:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-04T15:42:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d29992a9f90ab5d3116a351d6e6343e73151d72e'/>
<id>urn:sha1:d29992a9f90ab5d3116a351d6e6343e73151d72e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'msrv-bump-1.70' into 'main'</title>
<updated>2023-11-30T14:40:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-11-30T14:40:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7b23daffb5c2e903881c9b2d64a0bccc7b3f698e'/>
<id>urn:sha1:7b23daffb5c2e903881c9b2d64a0bccc7b3f698e</id>
<content type='text'>
Increase our MSRV to 1.70

See merge request tpo/core/arti!1773</content>
</entry>
<entry>
<title>Merge branch 'misc-upgrades' into 'main'</title>
<updated>2023-11-28T22:24:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-28T22:24:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e28c4048187e421b237e14c8253359c089694526'/>
<id>urn:sha1:e28c4048187e421b237e14c8253359c089694526</id>
<content type='text'>
Upgrade several crates in preparation for this month's release.

See merge request tpo/core/arti!1763</content>
</entry>
<entry>
<title>downgrade-dependencies: un-downgrade futures-lite.</title>
<updated>2023-11-28T18:40:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-27T22:38:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=97fd5aac8384e87641df3aadc4b8de82ec87bc0a'/>
<id>urn:sha1:97fd5aac8384e87641df3aadc4b8de82ec87bc0a</id>
<content type='text'>
This is necessary for async-global-executor, which uses
`futures_lite::future::or`, which futures-lite does not have before
1.4.0 or thereabouts.
</content>
</entry>
<entry>
<title>In every crate, change rust-version to 1.70.</title>
<updated>2023-11-28T16:35:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-28T16:35:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b53c4ca3059fc395c98e2e6d0eb3b58f37c8ec1'/>
<id>urn:sha1:1b53c4ca3059fc395c98e2e6d0eb3b58f37c8ec1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore rsa timing cargo-audit warning</title>
<updated>2023-11-28T15:41:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-28T15:41:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=41a421d6a23e65052f84cca9496712387fd75b5e'/>
<id>urn:sha1:41a421d6a23e65052f84cca9496712387fd75b5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update rustc for reproducible builds</title>
<updated>2023-11-16T12:21:24Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2023-11-16T12:21:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0a01a8e62e84e24604cc54570e1b4dd0d174fc5b'/>
<id>urn:sha1:0a01a8e62e84e24604cc54570e1b4dd0d174fc5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'clap4' into 'main'</title>
<updated>2023-11-15T17:35:29Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-15T17:35:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f286a66bcdc6ea37b45c6b4a3106ab8cdc48c040'/>
<id>urn:sha1:f286a66bcdc6ea37b45c6b4a3106ab8cdc48c040</id>
<content type='text'>
Upgrade to clap 4

See merge request tpo/core/arti!1735</content>
</entry>
<entry>
<title>Remove webpki cargo_audit exception</title>
<updated>2023-11-15T15:05:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-15T15:05:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=805d5799b6f1bdd4d841466188b44eb8a3e51b00'/>
<id>urn:sha1:805d5799b6f1bdd4d841466188b44eb8a3e51b00</id>
<content type='text'>
Apparently webpki came out of retirement and actually fixed
RUSTSEC-2023-0052.  Versions &gt;=0.22.2 should be fine.
</content>
</entry>
<entry>
<title>cargo_audit: Remove note about clap use of atty.</title>
<updated>2023-11-15T14:46:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-15T14:46:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ae5d28d196174b7424358ca1275ce82cd02b3ddc'/>
<id>urn:sha1:ae5d28d196174b7424358ca1275ce82cd02b3ddc</id>
<content type='text'>
</content>
</entry>
</feed>
