commit a6dc408a6b68c7e67702d93d2ab9db976a53dd84
Author: Phorge Migration <migration@localhost>
Date: Tue, 21 Jul 2026 17:34:50 +0200
Archive issues/PRs export for MTRNord/sip-bridge-mx
Diffstat:
13 files changed, 395 insertions(+), 0 deletions(-)
diff --git a/issues/1.json b/issues/1.json
@@ -0,0 +1,22 @@
+{
+ "number": 1,
+ "title": "Add support for billing mapping",
+ "state": "open",
+ "author": "MTRNord",
+ "created_at": "2023-08-21T10:20:22Z",
+ "closed_at": null,
+ "labels": [
+ "enhancement"
+ ],
+ "assignees": [
+ "MTRNord"
+ ],
+ "body": "It would be nice to enable the option to have some way of mapping matrix users to a billing system as well. This way one could sustainably host this for others and have a SIP Trunk for it.",
+ "comments": [
+ {
+ "author": "MTRNord",
+ "created_at": "2023-08-21T18:58:26Z",
+ "body": "Ideas on billing flow:\r\n\r\n- Using a widget to charge prepaid amounts (Downside: No transfer, Benefit: easy to verify user)\r\n- External page to charge amounts and then linking via email verification alike flow. (Benefit: same flow can be used to transfer users. Downside: Needs to manage accounts)\r\n- Bot sends link (Downside: Bad UX and no transfer)"
+ }
+ ]
+}
diff --git a/issues/1.md b/issues/1.md
@@ -0,0 +1,23 @@
+# #1 Add support for billing mapping
+
+- **State:** open
+- **Author:** @MTRNord
+- **Created:** 2023-08-21T10:20:22Z
+- **Labels:** enhancement
+- **Assignees:** @MTRNord
+
+---
+
+It would be nice to enable the option to have some way of mapping matrix users to a billing system as well. This way one could sustainably host this for others and have a SIP Trunk for it.
+
+
+## Comments
+
+### @MTRNord — 2023-08-21T18:58:26Z
+
+Ideas on billing flow:
+
+- Using a widget to charge prepaid amounts (Downside: No transfer, Benefit: easy to verify user)
+- External page to charge amounts and then linking via email verification alike flow. (Benefit: same flow can be used to transfer users. Downside: Needs to manage accounts)
+- Bot sends link (Downside: Bad UX and no transfer)
+
diff --git a/issues/3.json b/issues/3.json
@@ -0,0 +1,18 @@
+{
+ "number": 3,
+ "title": "Compile error",
+ "state": "open",
+ "author": "manchelsi",
+ "created_at": "2023-09-21T15:47:08Z",
+ "closed_at": null,
+ "labels": [],
+ "assignees": [],
+ "body": "\r\n",
+ "comments": [
+ {
+ "author": "MTRNord",
+ "created_at": "2023-09-21T16:52:14Z",
+ "body": "Seems like it was removed at the rust sdk. You could try an older commit of that repo as a dep. But keep in mind this repo is far from usable. "
+ }
+ ]
+}
diff --git a/issues/3.md b/issues/3.md
@@ -0,0 +1,18 @@
+# #3 Compile error
+
+- **State:** open
+- **Author:** @manchelsi
+- **Created:** 2023-09-21T15:47:08Z
+
+---
+
+
+
+
+
+## Comments
+
+### @MTRNord — 2023-09-21T16:52:14Z
+
+Seems like it was removed at the rust sdk. You could try an older commit of that repo as a dep. But keep in mind this repo is far from usable.
+
diff --git a/pulls/2.diff b/pulls/2.diff
@@ -0,0 +1,16 @@
+diff --git a/Cargo.lock b/Cargo.lock
+index c2de91b..5a7c271 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -3238,9 +3238,9 @@ dependencies = [
+
+ [[package]]
+ name = "rustls-webpki"
+-version = "0.101.3"
++version = "0.101.4"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "261e9e0888cba427c3316e6322805653c9425240b6fd96cee7cb671ab70ab8d0"
++checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
+ dependencies = [
+ "ring",
+ "untrusted",
diff --git a/pulls/2.json b/pulls/2.json
@@ -0,0 +1,20 @@
+{
+ "number": 2,
+ "title": "Bump rustls-webpki from 0.101.3 to 0.101.4",
+ "state": "merged",
+ "diff_file": "2.diff",
+ "author": "dependabot[bot]",
+ "created_at": "2023-08-22T18:12:10Z",
+ "closed_at": "2023-08-22T23:24:29Z",
+ "merged_at": "2023-08-22T23:24:29Z",
+ "base_ref": "main",
+ "head_ref": "dependabot/cargo/rustls-webpki-0.101.4",
+ "labels": [
+ "dependencies"
+ ],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.3 to 0.101.4.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/rustls/webpki/releases\">rustls-webpki's releases</a>.</em></p>\n<blockquote>\n<h2>v/0.101.4</h2>\n<h2>Release notes</h2>\n<ul>\n<li>certificate path building and verification is now capped at 100 signature validation operations to avoid the risk of CPU usage denial-of-service attack when validating crafted certificate chains producing quadratic runtime. This risk affected both clients, as well as servers that verified client certificates.</li>\n</ul>\n<h2>What's Changed</h2>\n<ul>\n<li>v0.101.4 prep by <a href=\"https://github.com/cpu\"><code>@\u200bcpu</code></a> in <a href=\"https://redirect.github.com/rustls/webpki/pull/153\">rustls/webpki#153</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4\">https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4</a></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/rustls/webpki/commit/d7f6aa4d2138de89cec1daf1d07e7d3263f7d9b6\"><code>d7f6aa4</code></a> Cargo: version 0.101.3 -> 0.101.4</li>\n<li><a href=\"https://github.com/rustls/webpki/commit/dcad2406c92169b72c110dd12183fcc74035b683\"><code>dcad240</code></a> verify_cert: enforce maximum number of signatures.</li>\n<li>See full diff in <a href=\"https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MTRNord/sip-bridge-mx/network/alerts).\n\n</details>",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/2.md b/pulls/2.md
@@ -0,0 +1,69 @@
+# PR #2 Bump rustls-webpki from 0.101.3 to 0.101.4
+
+- **Status:** merged
+- **Author:** @dependabot[bot]
+- **Created:** 2023-08-22T18:12:10Z
+- **Branch:** dependabot/cargo/rustls-webpki-0.101.4 → main
+- **Merged:** 2023-08-22T23:24:29Z
+- **Labels:** dependencies
+- **Diff:** [2.diff](./2.diff)
+
+---
+
+Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.3 to 0.101.4.
+<details>
+<summary>Release notes</summary>
+<p><em>Sourced from <a href="https://github.com/rustls/webpki/releases">rustls-webpki's releases</a>.</em></p>
+<blockquote>
+<h2>v/0.101.4</h2>
+<h2>Release notes</h2>
+<ul>
+<li>certificate path building and verification is now capped at 100 signature validation operations to avoid the risk of CPU usage denial-of-service attack when validating crafted certificate chains producing quadratic runtime. This risk affected both clients, as well as servers that verified client certificates.</li>
+</ul>
+<h2>What's Changed</h2>
+<ul>
+<li>v0.101.4 prep by <a href="https://github.com/cpu"><code>@cpu</code></a> in <a href="https://redirect.github.com/rustls/webpki/pull/153">rustls/webpki#153</a></li>
+</ul>
+<p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4">https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4</a></p>
+</blockquote>
+</details>
+<details>
+<summary>Commits</summary>
+<ul>
+<li><a href="https://github.com/rustls/webpki/commit/d7f6aa4d2138de89cec1daf1d07e7d3263f7d9b6"><code>d7f6aa4</code></a> Cargo: version 0.101.3 -> 0.101.4</li>
+<li><a href="https://github.com/rustls/webpki/commit/dcad2406c92169b72c110dd12183fcc74035b683"><code>dcad240</code></a> verify_cert: enforce maximum number of signatures.</li>
+<li>See full diff in <a href="https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4">compare view</a></li>
+</ul>
+</details>
+<br />
+
+
+[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
+
+Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
+
+[//]: # (dependabot-automerge-start)
+[//]: # (dependabot-automerge-end)
+
+---
+
+<details>
+<summary>Dependabot commands and options</summary>
+<br />
+
+You can trigger Dependabot actions by commenting on this PR:
+- `@dependabot rebase` will rebase this PR
+- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
+- `@dependabot merge` will merge this PR after your CI passes on it
+- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
+- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
+- `@dependabot reopen` will reopen this PR if it is closed
+- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
+- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
+- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
+- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
+- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
+You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MTRNord/sip-bridge-mx/network/alerts).
+
+</details>
+
diff --git a/pulls/4.diff b/pulls/4.diff
@@ -0,0 +1,16 @@
+diff --git a/Cargo.lock b/Cargo.lock
+index 5a7c271..ab10fdf 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -82,9 +82,9 @@ dependencies = [
+
+ [[package]]
+ name = "aes-gcm"
+-version = "0.10.2"
++version = "0.10.3"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "209b47e8954a928e1d72e86eca7000ebb6655fe1436d33eefc2201cad027e237"
++checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
+ dependencies = [
+ "aead 0.5.2",
+ "aes 0.8.3",
diff --git a/pulls/4.json b/pulls/4.json
@@ -0,0 +1,20 @@
+{
+ "number": 4,
+ "title": "Bump aes-gcm from 0.10.2 to 0.10.3",
+ "state": "merged",
+ "diff_file": "4.diff",
+ "author": "dependabot[bot]",
+ "created_at": "2023-09-22T16:13:53Z",
+ "closed_at": "2023-09-24T21:46:00Z",
+ "merged_at": "2023-09-24T21:46:00Z",
+ "base_ref": "main",
+ "head_ref": "dependabot/cargo/aes-gcm-0.10.3",
+ "labels": [
+ "dependencies"
+ ],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "Bumps [aes-gcm](https://github.com/RustCrypto/AEADs) from 0.10.2 to 0.10.3.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/RustCrypto/AEADs/commit/7e82b01cd4901f6a35b5153536f11b87f5e4e622\"><code>7e82b01</code></a> aes-gcm v0.10.3 (<a href=\"https://redirect.github.com/RustCrypto/AEADs/issues/552\">#552</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/AEADs/commit/b587b27270cc300d39c496a1ab06be80d72ac107\"><code>b587b27</code></a> aes-gcm: avoid exposing plaintext on tag verification failure (<a href=\"https://redirect.github.com/RustCrypto/AEADs/issues/551\">#551</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/AEADs/commit/2209bcaa9edc65e9a60498e7ece5b50e66f32ebf\"><code>2209bca</code></a> build(deps): bump actions/checkout from 3 to 4 (<a href=\"https://redirect.github.com/RustCrypto/AEADs/issues/548\">#548</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/AEADs/commit/035ec25362886735a0f44098f85ba0501a9b4038\"><code>035ec25</code></a> build(deps): bump ascon from 0.3.1 to 0.4.0 (<a href=\"https://redirect.github.com/RustCrypto/AEADs/issues/545\">#545</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/AEADs/commit/e94ba5ab9fb2c7f3a18c92fb9dc8df14ac36f06b\"><code>e94ba5a</code></a> xsalsa20poly1305: remove source code (<a href=\"https://redirect.github.com/RustCrypto/AEADs/issues/543\">#543</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/AEADs/commit/31240c1285144aeabef3e80eb9a1b4137dc2b43f\"><code>31240c1</code></a> Update Cargo.lock</li>\n<li><a href=\"https://github.com/RustCrypto/AEADs/commit/40240c4a852df21048830de4eed4782c0fbddaef\"><code>40240c4</code></a> Update Cargo.lock</li>\n<li><a href=\"https://github.com/RustCrypto/AEADs/commit/be4ea6fd3bcc1c8a5a23974a43e0fc35104d8cba\"><code>be4ea6f</code></a> Update Cargo.lock</li>\n<li><a href=\"https://github.com/RustCrypto/AEADs/commit/2aef39e90d39c247cc89ccc31628468c9a9f60de\"><code>2aef39e</code></a> Update Clippy version (<a href=\"https://redirect.github.com/RustCrypto/AEADs/issues/534\">#534</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/AEADs/commit/50710da0cbd47a4614b6d37119877f206c207e95\"><code>50710da</code></a> Update Cargo.lock</li>\n<li>Additional commits viewable in <a href=\"https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.2...aes-gcm-v0.10.3\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MTRNord/sip-bridge-mx/network/alerts).\n\n</details>",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/4.md b/pulls/4.md
@@ -0,0 +1,61 @@
+# PR #4 Bump aes-gcm from 0.10.2 to 0.10.3
+
+- **Status:** merged
+- **Author:** @dependabot[bot]
+- **Created:** 2023-09-22T16:13:53Z
+- **Branch:** dependabot/cargo/aes-gcm-0.10.3 → main
+- **Merged:** 2023-09-24T21:46:00Z
+- **Labels:** dependencies
+- **Diff:** [4.diff](./4.diff)
+
+---
+
+Bumps [aes-gcm](https://github.com/RustCrypto/AEADs) from 0.10.2 to 0.10.3.
+<details>
+<summary>Commits</summary>
+<ul>
+<li><a href="https://github.com/RustCrypto/AEADs/commit/7e82b01cd4901f6a35b5153536f11b87f5e4e622"><code>7e82b01</code></a> aes-gcm v0.10.3 (<a href="https://redirect.github.com/RustCrypto/AEADs/issues/552">#552</a>)</li>
+<li><a href="https://github.com/RustCrypto/AEADs/commit/b587b27270cc300d39c496a1ab06be80d72ac107"><code>b587b27</code></a> aes-gcm: avoid exposing plaintext on tag verification failure (<a href="https://redirect.github.com/RustCrypto/AEADs/issues/551">#551</a>)</li>
+<li><a href="https://github.com/RustCrypto/AEADs/commit/2209bcaa9edc65e9a60498e7ece5b50e66f32ebf"><code>2209bca</code></a> build(deps): bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/RustCrypto/AEADs/issues/548">#548</a>)</li>
+<li><a href="https://github.com/RustCrypto/AEADs/commit/035ec25362886735a0f44098f85ba0501a9b4038"><code>035ec25</code></a> build(deps): bump ascon from 0.3.1 to 0.4.0 (<a href="https://redirect.github.com/RustCrypto/AEADs/issues/545">#545</a>)</li>
+<li><a href="https://github.com/RustCrypto/AEADs/commit/e94ba5ab9fb2c7f3a18c92fb9dc8df14ac36f06b"><code>e94ba5a</code></a> xsalsa20poly1305: remove source code (<a href="https://redirect.github.com/RustCrypto/AEADs/issues/543">#543</a>)</li>
+<li><a href="https://github.com/RustCrypto/AEADs/commit/31240c1285144aeabef3e80eb9a1b4137dc2b43f"><code>31240c1</code></a> Update Cargo.lock</li>
+<li><a href="https://github.com/RustCrypto/AEADs/commit/40240c4a852df21048830de4eed4782c0fbddaef"><code>40240c4</code></a> Update Cargo.lock</li>
+<li><a href="https://github.com/RustCrypto/AEADs/commit/be4ea6fd3bcc1c8a5a23974a43e0fc35104d8cba"><code>be4ea6f</code></a> Update Cargo.lock</li>
+<li><a href="https://github.com/RustCrypto/AEADs/commit/2aef39e90d39c247cc89ccc31628468c9a9f60de"><code>2aef39e</code></a> Update Clippy version (<a href="https://redirect.github.com/RustCrypto/AEADs/issues/534">#534</a>)</li>
+<li><a href="https://github.com/RustCrypto/AEADs/commit/50710da0cbd47a4614b6d37119877f206c207e95"><code>50710da</code></a> Update Cargo.lock</li>
+<li>Additional commits viewable in <a href="https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.2...aes-gcm-v0.10.3">compare view</a></li>
+</ul>
+</details>
+<br />
+
+
+[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
+
+Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
+
+[//]: # (dependabot-automerge-start)
+[//]: # (dependabot-automerge-end)
+
+---
+
+<details>
+<summary>Dependabot commands and options</summary>
+<br />
+
+You can trigger Dependabot actions by commenting on this PR:
+- `@dependabot rebase` will rebase this PR
+- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
+- `@dependabot merge` will merge this PR after your CI passes on it
+- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
+- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
+- `@dependabot reopen` will reopen this PR if it is closed
+- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
+- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
+- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
+- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
+- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
+You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MTRNord/sip-bridge-mx/network/alerts).
+
+</details>
+
diff --git a/pulls/5.diff b/pulls/5.diff
@@ -0,0 +1,34 @@
+diff --git a/Cargo.lock b/Cargo.lock
+index ab10fdf..2395f37 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -349,7 +349,7 @@ dependencies = [
+ "log",
+ "parking",
+ "polling",
+- "rustix 0.37.23",
++ "rustix 0.37.25",
+ "slab",
+ "socket2 0.4.9",
+ "waker-fn",
+@@ -377,7 +377,7 @@ dependencies = [
+ "cfg-if 1.0.0",
+ "event-listener",
+ "futures-lite",
+- "rustix 0.37.23",
++ "rustix 0.37.25",
+ "signal-hook",
+ "windows-sys",
+ ]
+@@ -3165,9 +3165,9 @@ dependencies = [
+
+ [[package]]
+ name = "rustix"
+-version = "0.37.23"
++version = "0.37.25"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
++checksum = "d4eb579851244c2c03e7c24f501c3432bed80b8f720af1d6e5b0e0f01555a035"
+ dependencies = [
+ "bitflags 1.3.2",
+ "errno",
diff --git a/pulls/5.json b/pulls/5.json
@@ -0,0 +1,20 @@
+{
+ "number": 5,
+ "title": "Bump rustix from 0.37.23 to 0.37.25",
+ "state": "open",
+ "diff_file": "5.diff",
+ "author": "dependabot[bot]",
+ "created_at": "2023-10-18T18:52:31Z",
+ "closed_at": null,
+ "merged_at": null,
+ "base_ref": "main",
+ "head_ref": "dependabot/cargo/rustix-0.37.25",
+ "labels": [
+ "dependencies"
+ ],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.23 to 0.37.25.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/bytecodealliance/rustix/commit/00b84d6aac2364455eab2c68e42afee63d6e3ad3\"><code>00b84d6</code></a> chore: Release rustix version 0.37.25</li>\n<li><a href=\"https://github.com/bytecodealliance/rustix/commit/cad15a7076d493a0651fb0b7889bd5e5a72a8f17\"><code>cad15a7</code></a> Fixes for <code>Dir</code> on macOS, FreeBSD, and WASI.</li>\n<li><a href=\"https://github.com/bytecodealliance/rustix/commit/df3c3a192cf144af0da8a57417fb4addbdc611f6\"><code>df3c3a1</code></a> Merge pull request from GHSA-c827-hfw6-qwvm</li>\n<li><a href=\"https://github.com/bytecodealliance/rustix/commit/b78aeff1a271863ecc75ccca37f014d33b9f6705\"><code>b78aeff</code></a> chore: Release rustix version 0.37.24</li>\n<li><a href=\"https://github.com/bytecodealliance/rustix/commit/c0c3f01d7c8296ebadb23ad0b4f82a9a082252ae\"><code>c0c3f01</code></a> Add GNU/Hurd support (<a href=\"https://redirect.github.com/bytecodealliance/rustix/issues/852\">#852</a>)</li>\n<li><a href=\"https://github.com/bytecodealliance/rustix/commit/f416b6b27b8d0540e8be14f8d30153ea3e3d7476\"><code>f416b6b</code></a> Fix the <code>test_ttyname_ok</code> test when /dev/stdin is inaccessable. (<a href=\"https://redirect.github.com/bytecodealliance/rustix/issues/821\">#821</a>)</li>\n<li><a href=\"https://github.com/bytecodealliance/rustix/commit/aee5b0954e91b1257b2202786d0bec2131f553ae\"><code>aee5b09</code></a> Downgrade dependencies and disable tests to compile under Rust 1.48.</li>\n<li><a href=\"https://github.com/bytecodealliance/rustix/commit/6d42c3831151f9c71bc57f8722105342a2f44de4\"><code>6d42c38</code></a> Disable MIPS in CI. (<a href=\"https://redirect.github.com/bytecodealliance/rustix/issues/793\">#793</a>)</li>\n<li>See full diff in <a href=\"https://github.com/bytecodealliance/rustix/compare/v0.37.23...v0.37.25\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MTRNord/sip-bridge-mx/network/alerts).\n\n</details>",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/5.md b/pulls/5.md
@@ -0,0 +1,58 @@
+# PR #5 Bump rustix from 0.37.23 to 0.37.25
+
+- **Status:** open
+- **Author:** @dependabot[bot]
+- **Created:** 2023-10-18T18:52:31Z
+- **Branch:** dependabot/cargo/rustix-0.37.25 → main
+- **Labels:** dependencies
+- **Diff:** [5.diff](./5.diff)
+
+---
+
+Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.23 to 0.37.25.
+<details>
+<summary>Commits</summary>
+<ul>
+<li><a href="https://github.com/bytecodealliance/rustix/commit/00b84d6aac2364455eab2c68e42afee63d6e3ad3"><code>00b84d6</code></a> chore: Release rustix version 0.37.25</li>
+<li><a href="https://github.com/bytecodealliance/rustix/commit/cad15a7076d493a0651fb0b7889bd5e5a72a8f17"><code>cad15a7</code></a> Fixes for <code>Dir</code> on macOS, FreeBSD, and WASI.</li>
+<li><a href="https://github.com/bytecodealliance/rustix/commit/df3c3a192cf144af0da8a57417fb4addbdc611f6"><code>df3c3a1</code></a> Merge pull request from GHSA-c827-hfw6-qwvm</li>
+<li><a href="https://github.com/bytecodealliance/rustix/commit/b78aeff1a271863ecc75ccca37f014d33b9f6705"><code>b78aeff</code></a> chore: Release rustix version 0.37.24</li>
+<li><a href="https://github.com/bytecodealliance/rustix/commit/c0c3f01d7c8296ebadb23ad0b4f82a9a082252ae"><code>c0c3f01</code></a> Add GNU/Hurd support (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/852">#852</a>)</li>
+<li><a href="https://github.com/bytecodealliance/rustix/commit/f416b6b27b8d0540e8be14f8d30153ea3e3d7476"><code>f416b6b</code></a> Fix the <code>test_ttyname_ok</code> test when /dev/stdin is inaccessable. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/821">#821</a>)</li>
+<li><a href="https://github.com/bytecodealliance/rustix/commit/aee5b0954e91b1257b2202786d0bec2131f553ae"><code>aee5b09</code></a> Downgrade dependencies and disable tests to compile under Rust 1.48.</li>
+<li><a href="https://github.com/bytecodealliance/rustix/commit/6d42c3831151f9c71bc57f8722105342a2f44de4"><code>6d42c38</code></a> Disable MIPS in CI. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/793">#793</a>)</li>
+<li>See full diff in <a href="https://github.com/bytecodealliance/rustix/compare/v0.37.23...v0.37.25">compare view</a></li>
+</ul>
+</details>
+<br />
+
+
+[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
+
+Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
+
+[//]: # (dependabot-automerge-start)
+[//]: # (dependabot-automerge-end)
+
+---
+
+<details>
+<summary>Dependabot commands and options</summary>
+<br />
+
+You can trigger Dependabot actions by commenting on this PR:
+- `@dependabot rebase` will rebase this PR
+- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
+- `@dependabot merge` will merge this PR after your CI passes on it
+- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
+- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
+- `@dependabot reopen` will reopen this PR if it is closed
+- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
+- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
+- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
+- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
+- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
+You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MTRNord/sip-bridge-mx/network/alerts).
+
+</details>
+