<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/examples/hyper-examples/Cargo.toml, 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-29T19:32:37Z</updated>
<entry>
<title>maint: bump minor versions of all published crates</title>
<updated>2025-10-29T19:32:37Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T19:32:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e3bc2af0994706f3597cd14d340736a4d0f03e3'/>
<id>urn:sha1:7e3bc2af0994706f3597cd14d340736a4d0f03e3</id>
<content type='text'>
```bash
readarray -t publish &lt; &lt;(cargo metadata --format-version 1 | jq -r '.packages[] | select((.id | startswith("path+file:///")) and (.rust_version != null) and (.publish == null or .publish == true or .publish != [])) | .name')
for package in "${publish[@]}"; do echo "$package:"; cargo set-version --bump minor -p "$package"; done
```
</content>
</entry>
<entry>
<title>release: Bump versions in examples/ and maint/</title>
<updated>2025-10-02T15:17:55Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-10-02T15:06:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c71b2076b2b59276b4866aab4e7c671232072ccf'/>
<id>urn:sha1:c71b2076b2b59276b4866aab4e7c671232072ccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release: Run fixup-features.</title>
<updated>2025-10-01T18:36:58Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-10-01T15:42:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9792d6af3c156453cb4c2df9a212bf99c813a109'/>
<id>urn:sha1:9792d6af3c156453cb4c2df9a212bf99c813a109</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require tracing-subscriber 0.3.20</title>
<updated>2025-09-02T12:53:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-09-02T12:53:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e06be9ae33b9f9cd494cd5d3ce51034ee1ae9451'/>
<id>urn:sha1:e06be9ae33b9f9cd494cd5d3ce51034ee1ae9451</id>
<content type='text'>
Fixes RUSTSEC-2025-0055.
</content>
</entry>
<entry>
<title>Fix complaints from "cargo sort"</title>
<updated>2025-08-27T16:43:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-27T16:43:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cdad27f2bdd0c67c6675c8a582bfca2a40376a7b'/>
<id>urn:sha1:cdad27f2bdd0c67c6675c8a582bfca2a40376a7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run "fixup-features"</title>
<updated>2025-08-27T16:42:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-27T16:42:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf1c8592b74c3e34bdfa1489f91b4039707e3cd3'/>
<id>urn:sha1:bf1c8592b74c3e34bdfa1489f91b4039707e3cd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update webpki-roots dependency to 1.0.2</title>
<updated>2025-08-26T19:39:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-26T19:39:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=18f31fc12868197e34f6ccb771f463125687ad68'/>
<id>urn:sha1:18f31fc12868197e34f6ccb771f463125687ad68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into !2941</title>
<updated>2025-08-11T11:57:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-11T11:57:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d13be7eea65fb009511ad4e6a6600b3d222ef443'/>
<id>urn:sha1:d13be7eea65fb009511ad4e6a6600b3d222ef443</id>
<content type='text'>
Conflicts:
	examples/hyper/hyper-http-client-example/Cargo.toml
	examples/hyper/hyper-http-hs-example/Cargo.toml

In both cases, just the change of edition, which I have applied to
	examples/hyper-examples/Cargo.toml
instead.
</content>
</entry>
<entry>
<title>hyper-examples: Use native-tls instead of rustls</title>
<updated>2025-07-20T22:12:26Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-07-20T22:12:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f1f3eab742c4f5240a899d0015bebaab63879a00'/>
<id>urn:sha1:f1f3eab742c4f5240a899d0015bebaab63879a00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hyper-examples: Remove hyper-custom-connector-example</title>
<updated>2025-07-20T21:41:36Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-06-04T21:19:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=14098e0f77b63f49d520284c0702a3c34a0ff53f'/>
<id>urn:sha1:14098e0f77b63f49d520284c0702a3c34a0ff53f</id>
<content type='text'>
We will make a separate library for this.
</content>
</entry>
</feed>
