<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/Cargo.lock, branch arti-v1.2.7</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-03T17:57:12Z</updated>
<entry>
<title>Bump arti crate to 1.2.7</title>
<updated>2024-09-03T17:57:12Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T17:27:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3af9510a3e574b978fb2cad06b06abab13743dcb'/>
<id>urn:sha1:3af9510a3e574b978fb2cad06b06abab13743dcb</id>
<content type='text'>
Done using:

```
cargo set-version --bump patch -p arti
```
</content>
</entry>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.22.0.</title>
<updated>2024-09-03T17:57:12Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T17:25:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c3c266707f2fd361a447d922c5acfbb3938d88f2'/>
<id>urn:sha1:c3c266707f2fd361a447d922c5acfbb3938d88f2</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.22.0
done
```
</content>
</entry>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates.</title>
<updated>2024-09-03T17:56:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T17:21:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=35549a983ec61a2c9feb4ffac1f3f393f6b87c79'/>
<id>urn:sha1:35549a983ec61a2c9feb4ffac1f3f393f6b87c79</id>
<content type='text'>
This bumps the versions of the non-{arti,tor-}
crates that have non-functional changes:
  - fslock-guard (updated rustdoc-args)
  - equix (comment typo fixes)
  - caret (updated rustdoc-args)
  - safelog (updated rustdoc-args)
  - retry-error (updated rustdoc-args)

And of the pre-1.0.0 crates that have new APIs:
  - fs-mistrust (new `CheckedDir::metadata` API)

Done using

```
for c in "${non_tor[@]}"; do maint/bump_nodep $c; done
```

where `non_tor` contains the list above
</content>
</entry>
<entry>
<title>oneshot-fused-workaround: Set the initial version to 0.1.0.</title>
<updated>2024-09-03T15:22:43Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T14:55:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a88af5e93762a8cd95321a3adc31b2bc2ae3bd4d'/>
<id>urn:sha1:a88af5e93762a8cd95321a3adc31b2bc2ae3bd4d</id>
<content type='text'>
This is the first time we're publishing this, so let's start at 0.1.0.
</content>
</entry>
<entry>
<title>tor-async-utils: Re-export oneshot-fused-workaround as oneshot.</title>
<updated>2024-09-03T15:05:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T15:05:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4e9cf15afb86a4cb76898fd03c67a9a1cef0bd5d'/>
<id>urn:sha1:4e9cf15afb86a4cb76898fd03c67a9a1cef0bd5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run cargo update in preparation for release.</title>
<updated>2024-09-02T10:33:25Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-02T10:33:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b717e680d287ee430e0055d01498c39d3a01d0f'/>
<id>urn:sha1:1b717e680d287ee430e0055d01498c39d3a01d0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'ahf/macos-cross-build' into 'main'</title>
<updated>2024-09-02T10:24:05Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2024-09-02T10:24:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3cae65b1bab166e7bdcd0f1d69e297ed0034587f'/>
<id>urn:sha1:3cae65b1bab166e7bdcd0f1d69e297ed0034587f</id>
<content type='text'>
Fix reproducible build CI job for macOS

Closes #1394 and #1507

See merge request tpo/core/arti!2377</content>
</entry>
<entry>
<title>Bump CC version to 1.1.15.</title>
<updated>2024-09-01T21:16:39Z</updated>
<author>
<name>Alexander Færøy</name>
<email>ahf@0x90.dk</email>
</author>
<published>2024-09-01T21:16:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef93ebfb9cfeecf5ef2ceb878d09377a2646beff'/>
<id>urn:sha1:ef93ebfb9cfeecf5ef2ceb878d09377a2646beff</id>
<content type='text'>
Fixes: tpo/core/arti#1507.
</content>
</entry>
<entry>
<title>Move stream_peek into tor-async-utils</title>
<updated>2024-08-29T14:08:06Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-21T19:23:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2a11886271c41a0e2449c944b2f24db7f243d506'/>
<id>urn:sha1:2a11886271c41a0e2449c944b2f24db7f243d506</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: remove dependency on tor-async-utils</title>
<updated>2024-08-28T14:27:46Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-22T19:44:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a854bb401017bc0e7b292c558ca00456b083f99d'/>
<id>urn:sha1:a854bb401017bc0e7b292c558ca00456b083f99d</id>
<content type='text'>
Now that `oneshot-fused-workaround` is its own crate, `tor-rtmock` doesn't need
`tor-async-utils`.
</content>
</entry>
</feed>
