depot/fun/paroxysm/Cargo.lock, branch refs/r/8242 monorepo for the virus lounge http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F8242 2024-03-11T16:52:45+00:00 chore(fun/paroxysm): update deps and build against in tree crimp 2024-03-11T16:52:45+00:00 sterni sternenseemann@systemli.org 2024-03-11T16:34:58+00:00 urn:sha1:4ec596c8f9cfb774b81685e8f1a56cc1b93bb950 To achieve this we switch to crate2nix which also requires us to run `cargo update` before the switch. Change-Id: I8c19a51f90f344e80064e70a4a2799d1c6db62ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/11134 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> chore(fun/paroxysm): bump cargo dependencies 2023-11-12T22:47:09+00:00 Vincent Ambo tazjin@tvl.su 2023-11-12T20:31:47+00:00 urn:sha1:09a011f7eb18af2d6e8add07da1c893d9dfa53da Fixes: * RUSTSEC-2023-0022 * RUSTSEC-2023-0044 * RUSTSEC-2023-0023 * RUSTSEC-2023-0024 * RUSTSEC-2023-0018 * RUSTSEC-2020-0071 There's a remaining issue in tokio, which did not get upgraded by a simple `cargo update`. Change-Id: I1459678a9d706af684620ee4c07eeace3955ce80 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10018 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> chore(paroxysm): bump cargo dependencies 2022-08-22T21:15:01+00:00 Vincent Ambo mail@tazj.in 2022-08-22T14:05:32+00:00 urn:sha1:6edbfe3cbaecbca0ecbab7f49adfe96ec5268f8b Change-Id: Ibf82bf6b9a10274fe6928db7a6a2beb74da92b13 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6122 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI chore(paroxysm): Bump dependencies within constraints 2022-05-19T14:46:28+00:00 Vincent Ambo mail@tazj.in 2022-05-19T14:39:52+00:00 urn:sha1:e6e19f3d81a982a62e1bba08f0b4f7fdc21b4ea0 just `cargo update` Change-Id: Ia3fdc3660fc92d81dc4781adf2c200d961118dd5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5640 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> chore(paroxysm): Bump dependencies 2022-04-17T13:16:34+00:00 Vincent Ambo mail@tazj.in 2022-04-17T13:07:14+00:00 urn:sha1:1575c97a4d2397fcfdf6226e36586d261a6425b3 Change-Id: I798e68ddabc2f0ad3c9d6fceab37cfbac0b4f1bb Reviewed-on: https://cl.tvl.fyi/c/depot/+/5472 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> chore(fun/paroxysm): update dependencies 2021-10-24T20:24:43+00:00 sterni sternenseemann@systemli.org 2021-10-11T13:13:23+00:00 urn:sha1:bab46ed75e85baf945fbefaadeebfef975e282ca Untested, builds fine. Change-Id: Ia0d691a0ddde7348505d208a0dfc8fddb84e656c Reviewed-on: https://cl.tvl.fyi/c/depot/+/3724 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> feat(paroxysm): upload queries for all quotes to eta's pastebin 2020-08-28T23:57:51+00:00 eta eta@theta.eu.org 2020-08-28T23:18:56+00:00 urn:sha1:9e118c6d69cfe69f1d133bd6de76c949fda23c1a - Currently, asking for all your quotes either stalls the bot, or doesn't result in you getting all your quotes, or both. This aims to resolve this oversight by shoving them all in a pastebin. - This uses the lovely `crimp` library by tazjin, which is really good at just doing HTTP stuff with minimal fuss. Amazing! (although we should probably actually use the depot version) - Everything is hard coded for now, but we probably don't care. - Stuff expires after 24 hours, for privacy reasons? - We also had to add a function to format entries without colours, and took the opportunity to clean up the format!() a bit. Change-Id: I6e75968c7da48a51fff327355b8fa2c025d0db75 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1872 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: lukegb <lukegb@tvl.fyi> chore(paroxysm): Bump minimum versions of some dependencies 2020-08-02T02:16:24+00:00 Vincent Ambo mail@tazj.in 2020-08-01T23:45:06+00:00 urn:sha1:f9840fe2d06273ca6fa4a47ed3afa8adb85738af Most of these had already been updated due to how dep constraints are solved, but it can't hurt to make it explicit. Change-Id: I1928f5e43a360505e9205f98d007674f6eaf9830 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1553 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> refactor(paroxysm): Use derive macros from serde crate 2020-08-02T02:16:24+00:00 Vincent Ambo mail@tazj.in 2020-08-01T23:40:31+00:00 urn:sha1:e663ca4128ee04bb6b4e9f2b62120a55a8c3ccea serde_derive is deprecated, the macros have moved behind a feature-gate in serde itself. Change-Id: Ib42e7463a81006e23a4fe8a0e48f494610dc8e4c Reviewed-on: https://cl.tvl.fyi/c/depot/+/1550 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> chore(paroxysm): Bump Cargo dependencies within constraint 2020-08-02T02:16:24+00:00 Vincent Ambo mail@tazj.in 2020-08-01T23:00:23+00:00 urn:sha1:660a02947f91fd88901ee32e708f0004b45313ef This is just a `cargo update` call. Change-Id: I3b780cd76d97bf69b793a4c573eb3b9c1d59f88b Reviewed-on: https://cl.tvl.fyi/c/depot/+/1548 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>depot/fun/paroxysm/Cargo.lock, branch refs/r/8242</title>
<subtitle>monorepo for the virus lounge</subtitle>
<id>http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F8242</id>
<link rel="self" href="http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F8242"/>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/"/>
<updated>2024-03-11T16:52:45+00:00</updated>
<entry>
<title>chore(fun/paroxysm): update deps and build against in tree crimp</title>
<updated>2024-03-11T16:52:45+00:00</updated>
<author>
<name>sterni</name>
<email>sternenseemann@systemli.org</email>
</author>
<published>2024-03-11T16:34:58+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=4ec596c8f9cfb774b81685e8f1a56cc1b93bb950"/>
<id>urn:sha1:4ec596c8f9cfb774b81685e8f1a56cc1b93bb950</id>
<content type="text"> To achieve this we switch to crate2nix which also requires us to run `cargo update` before the switch. Change-Id: I8c19a51f90f344e80064e70a4a2799d1c6db62ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/11134 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> </content>
</entry>
<entry>
<title>chore(fun/paroxysm): bump cargo dependencies</title>
<updated>2023-11-12T22:47:09+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@tvl.su</email>
</author>
<published>2023-11-12T20:31:47+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=09a011f7eb18af2d6e8add07da1c893d9dfa53da"/>
<id>urn:sha1:09a011f7eb18af2d6e8add07da1c893d9dfa53da</id>
<content type="text"> Fixes: * RUSTSEC-2023-0022 * RUSTSEC-2023-0044 * RUSTSEC-2023-0023 * RUSTSEC-2023-0024 * RUSTSEC-2023-0018 * RUSTSEC-2020-0071 There's a remaining issue in tokio, which did not get upgraded by a simple `cargo update`. Change-Id: I1459678a9d706af684620ee4c07eeace3955ce80 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10018 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> </content>
</entry>
<entry>
<title>chore(paroxysm): bump cargo dependencies</title>
<updated>2022-08-22T21:15:01+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-08-22T14:05:32+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=6edbfe3cbaecbca0ecbab7f49adfe96ec5268f8b"/>
<id>urn:sha1:6edbfe3cbaecbca0ecbab7f49adfe96ec5268f8b</id>
<content type="text"> Change-Id: Ibf82bf6b9a10274fe6928db7a6a2beb74da92b13 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6122 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI </content>
</entry>
<entry>
<title>chore(paroxysm): Bump dependencies within constraints</title>
<updated>2022-05-19T14:46:28+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-05-19T14:39:52+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=e6e19f3d81a982a62e1bba08f0b4f7fdc21b4ea0"/>
<id>urn:sha1:e6e19f3d81a982a62e1bba08f0b4f7fdc21b4ea0</id>
<content type="text"> just `cargo update` Change-Id: Ia3fdc3660fc92d81dc4781adf2c200d961118dd5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5640 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> </content>
</entry>
<entry>
<title>chore(paroxysm): Bump dependencies</title>
<updated>2022-04-17T13:16:34+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-04-17T13:07:14+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=1575c97a4d2397fcfdf6226e36586d261a6425b3"/>
<id>urn:sha1:1575c97a4d2397fcfdf6226e36586d261a6425b3</id>
<content type="text"> Change-Id: I798e68ddabc2f0ad3c9d6fceab37cfbac0b4f1bb Reviewed-on: https://cl.tvl.fyi/c/depot/+/5472 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> </content>
</entry>
<entry>
<title>chore(fun/paroxysm): update dependencies</title>
<updated>2021-10-24T20:24:43+00:00</updated>
<author>
<name>sterni</name>
<email>sternenseemann@systemli.org</email>
</author>
<published>2021-10-11T13:13:23+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=bab46ed75e85baf945fbefaadeebfef975e282ca"/>
<id>urn:sha1:bab46ed75e85baf945fbefaadeebfef975e282ca</id>
<content type="text"> Untested, builds fine. Change-Id: Ia0d691a0ddde7348505d208a0dfc8fddb84e656c Reviewed-on: https://cl.tvl.fyi/c/depot/+/3724 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> </content>
</entry>
<entry>
<title>feat(paroxysm): upload queries for all quotes to eta's pastebin</title>
<updated>2020-08-28T23:57:51+00:00</updated>
<author>
<name>eta</name>
<email>eta@theta.eu.org</email>
</author>
<published>2020-08-28T23:18:56+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=9e118c6d69cfe69f1d133bd6de76c949fda23c1a"/>
<id>urn:sha1:9e118c6d69cfe69f1d133bd6de76c949fda23c1a</id>
<content type="text"> - Currently, asking for all your quotes either stalls the bot, or doesn't result in you getting all your quotes, or both. This aims to resolve this oversight by shoving them all in a pastebin. - This uses the lovely `crimp` library by tazjin, which is really good at just doing HTTP stuff with minimal fuss. Amazing! (although we should probably actually use the depot version) - Everything is hard coded for now, but we probably don't care. - Stuff expires after 24 hours, for privacy reasons? - We also had to add a function to format entries without colours, and took the opportunity to clean up the format!() a bit. Change-Id: I6e75968c7da48a51fff327355b8fa2c025d0db75 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1872 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: lukegb <lukegb@tvl.fyi> </content>
</entry>
<entry>
<title>chore(paroxysm): Bump minimum versions of some dependencies</title>
<updated>2020-08-02T02:16:24+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2020-08-01T23:45:06+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=f9840fe2d06273ca6fa4a47ed3afa8adb85738af"/>
<id>urn:sha1:f9840fe2d06273ca6fa4a47ed3afa8adb85738af</id>
<content type="text"> Most of these had already been updated due to how dep constraints are solved, but it can't hurt to make it explicit. Change-Id: I1928f5e43a360505e9205f98d007674f6eaf9830 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1553 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> </content>
</entry>
<entry>
<title>refactor(paroxysm): Use derive macros from serde crate</title>
<updated>2020-08-02T02:16:24+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2020-08-01T23:40:31+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=e663ca4128ee04bb6b4e9f2b62120a55a8c3ccea"/>
<id>urn:sha1:e663ca4128ee04bb6b4e9f2b62120a55a8c3ccea</id>
<content type="text"> serde_derive is deprecated, the macros have moved behind a feature-gate in serde itself. Change-Id: Ib42e7463a81006e23a4fe8a0e48f494610dc8e4c Reviewed-on: https://cl.tvl.fyi/c/depot/+/1550 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> </content>
</entry>
<entry>
<title>chore(paroxysm): Bump Cargo dependencies within constraint</title>
<updated>2020-08-02T02:16:24+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2020-08-01T23:00:23+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=660a02947f91fd88901ee32e708f0004b45313ef"/>
<id>urn:sha1:660a02947f91fd88901ee32e708f0004b45313ef</id>
<content type="text"> This is just a `cargo update` call. Change-Id: I3b780cd76d97bf69b793a4c573eb3b9c1d59f88b Reviewed-on: https://cl.tvl.fyi/c/depot/+/1548 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> </content>
</entry>
</feed>