<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/Cargo.toml, branch arti-v1.1.13</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.13</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.13'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-02-05T16:20:53Z</updated>
<entry>
<title>Bump patch versions *with* dependency update</title>
<updated>2024-02-05T16:20:53Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-05T16:20:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=97e284b90323dd3aeaf05839a00b801c2ee194f9'/>
<id>urn:sha1:97e284b90323dd3aeaf05839a00b801c2ee194f9</id>
<content type='text'>
This crate has had new features added.  It's 0.x.  So bump in-tree
dependencies' references:

  fs-mistrust
</content>
</entry>
<entry>
<title>Bump minor versions</title>
<updated>2024-02-05T16:13:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-05T16:13:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=af615d87e20d0984f493dfb8dda7b0654d8d7304'/>
<id>urn:sha1:af615d87e20d0984f493dfb8dda7b0654d8d7304</id>
<content type='text'>
Bump the minor version of these crates, and update the in-tree
dependencies.

Recently published as fresh crates, let's just assume there are
breaking changes:

   fslock-guard
   test-temp-dir

Breaking API change affecting many many downstream crates:

   tor-rtcompat

Downstream crates which we're (conservatively) assuming have
tor-rtcompat types in their APIs:

   tor-rtmock
   tor-log-ratelim
   tor-rpcbase
   tor-llcrypto
   tor-protover
   tor-bytes
   tor-hscrypto
   tor-hspow
   tor-socksproto
   tor-checkable
   tor-cert
   tor-linkspec
   tor-cell
   tor-proto
   tor-netdoc
   tor-consdiff
   tor-netdir
   tor-congestion
   tor-persist
   tor-chanmgr
   tor-ptmgr
   tor-guardmgr
   tor-circmgr
   tor-dirclient
   tor-dirmgr
   tor-keymgr
   tor-hsclient
   tor-hsservice
   tor-hsrproxy
   arti-client
   arti-rpcserver
   arti-config
   arti-hyper
   arti-bench
   arti-testing
</content>
</entry>
<entry>
<title>Run maint/fixup-features</title>
<updated>2024-02-05T13:55:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-05T13:55:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=760dad9e1e2f4cd40f709d489e7fb454057592bb'/>
<id>urn:sha1:760dad9e1e2f4cd40f709d489e7fb454057592bb</id>
<content type='text'>
Discard hunks in examples/
</content>
</entry>
<entry>
<title>tor-keymgr: Use keystore_error_kind() to get the error kind.</title>
<updated>2024-01-15T11:50:56Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-12T11:57:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=07f2086f14e2b578532de6e8761f0852afbb5424'/>
<id>urn:sha1:07f2086f14e2b578532de6e8761f0852afbb5424</id>
<content type='text'>
Closes #1215
</content>
</entry>
<entry>
<title>tor-keymgr: Do not enable tor-error/tor-config's experimental feature.</title>
<updated>2024-01-10T13:36:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-01-10T13:33:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ce561d1189d301e335939c77442d56e61ef89e37'/>
<id>urn:sha1:ce561d1189d301e335939c77442d56e61ef89e37</id>
<content type='text'>
We don't use any experimental features from tor-error or tor-config.

Closes #1180
</content>
</entry>
<entry>
<title>Patchlevel version bumps in preparation for 1.1.12.</title>
<updated>2024-01-09T13:11:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-09T13:07:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef150707800e7aba78948f0b5dc5a2dcefaf62b6'/>
<id>urn:sha1:ef150707800e7aba78948f0b5dc5a2dcefaf62b6</id>
<content type='text'>
This crate doesn't have a meaningful public API, so it just gets a patchlevel bump:

    arti

These crates had nonbreaking changes, and get a patchlevel bump:

    tor-rtcompat
    fs-mistrust
    tor-llcrypto
    tor-cert
</content>
</entry>
<entry>
<title>Breaking version bumps in preparation for 1.1.12.</title>
<updated>2024-01-09T13:07:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-09T13:07:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=565b44dc8e0a40d82b2eb32869b04b807b19cd9c'/>
<id>urn:sha1:565b44dc8e0a40d82b2eb32869b04b807b19cd9c</id>
<content type='text'>
These crates have breaking changes on their own:

  tor-error
  tor-netdoc
  tor-dirmgr
  tor-keymgr

Because of the breaking change in tor-error, and the fact that
basically every crate publicly depends on tor-error (by implementing
ErrorKind), we need to call this a breaking change on all of the
following:

    tor-config
    tor-geoip
    tor-rtmock
    tor-log-ratelim
    tor-rpcbase
    tor-bytes
    tor-hscrypto
    tor-socksproto
    tor-cell
    tor-proto
    tor-netdoc
    tor-netdir
    tor-persist
    tor-chanmgr
    tor-ptmgr
    tor-guardmgr
    tor-circmgr
    tor-dirclient
    tor-dirmgr
    tor-keymgr
    tor-hsclient
    tor-hsservice
    tor-hsrproxy
    arti-client
    arti-rpcserver
    arti-config
    arti-hyper
    arti-testing
</content>
</entry>
<entry>
<title>Mark tor-keymgr/testing feature as experimental.</title>
<updated>2024-01-08T18:33:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-08T18:33:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aae4268b7b14b5f8290982174eb28b6a279b5a27'/>
<id>urn:sha1:aae4268b7b14b5f8290982174eb28b6a279b5a27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run "fixup-features" in preparation for release.</title>
<updated>2024-01-08T18:30:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-08T18:30:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=41782552e9602390cd6fbf79374dd4e2218ea119'/>
<id>urn:sha1:41782552e9602390cd6fbf79374dd4e2218ea119</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'keyspec' into 'main'</title>
<updated>2024-01-08T18:01:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-01-08T18:01:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d813d7e97f2ac4bf8dc7beb9ad4cec204918535c'/>
<id>urn:sha1:d813d7e97f2ac4bf8dc7beb9ad4cec204918535c</id>
<content type='text'>
KeySpecifier improvements

Closes #1126, #1147, and #1151

See merge request tpo/core/arti!1851</content>
</entry>
</feed>
