commit 56b8139f0f8448763d33546b7d34d593bc5c9b13
Author: Phorge Migration <migration@localhost>
Date: Tue, 21 Jul 2026 17:35:07 +0200
Archive issues/PRs export for MTRNord/matrix-fuzz
Diffstat:
17 files changed, 1578 insertions(+), 0 deletions(-)
diff --git a/issues/1.json b/issues/1.json
@@ -0,0 +1,14 @@
+{
+ "number": 1,
+ "title": "Make the list of errors to ignore configurable by implementation",
+ "state": "open",
+ "author": "MTRNord",
+ "created_at": "2022-08-12T09:16:17Z",
+ "closed_at": null,
+ "labels": [
+ "enhancement"
+ ],
+ "assignees": [],
+ "body": "",
+ "comments": []
+}
diff --git a/issues/1.md b/issues/1.md
@@ -0,0 +1,11 @@
+# #1 Make the list of errors to ignore configurable by implementation
+
+- **State:** open
+- **Author:** @MTRNord
+- **Created:** 2022-08-12T09:16:17Z
+- **Labels:** enhancement
+
+---
+
+_No description._
+
diff --git a/pulls/2.diff b/pulls/2.diff
@@ -0,0 +1,785 @@
+diff --git a/.gitignore b/.gitignore
+index b1ebc0f..3d959af 100644
+--- a/.gitignore
++++ b/.gitignore
+@@ -2,4 +2,6 @@
+ /Cargo.lock
+ notes.md
+ src/secrets.rs
+-/fuzz
+\ No newline at end of file
++/fuzz
++/meep.rs
++/weird_ones/security_issues
+\ No newline at end of file
+diff --git a/Cargo.toml b/Cargo.toml
+index c2ac5c8..47ab89c 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -10,6 +10,4 @@ serde = { version = "1.0", features = ["derive"] }
+ reqwest = { version = "0.11.11", features = ["blocking","json","gzip"] }
+ serde_json = "1.0.83"
+ once_cell = "1.13.0"
+-
+-[target.'cfg(fuzzing)'.dev-dependencies]
+ fuzzcheck = "0.12"
+\ No newline at end of file
+diff --git a/LICENSE.md b/LICENSE.md
+index 261eeb9..29f81d8 100644
+--- a/LICENSE.md
++++ b/LICENSE.md
+@@ -1,201 +1,201 @@
+- Apache License
+- Version 2.0, January 2004
+- http://www.apache.org/licenses/
+-
+- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+-
+- 1. Definitions.
+-
+- "License" shall mean the terms and conditions for use, reproduction,
+- and distribution as defined by Sections 1 through 9 of this document.
+-
+- "Licensor" shall mean the copyright owner or entity authorized by
+- the copyright owner that is granting the License.
+-
+- "Legal Entity" shall mean the union of the acting entity and all
+- other entities that control, are controlled by, or are under common
+- control with that entity. For the purposes of this definition,
+- "control" means (i) the power, direct or indirect, to cause the
+- direction or management of such entity, whether by contract or
+- otherwise, or (ii) ownership of fifty percent (50%) or more of the
+- outstanding shares, or (iii) beneficial ownership of such entity.
+-
+- "You" (or "Your") shall mean an individual or Legal Entity
+- exercising permissions granted by this License.
+-
+- "Source" form shall mean the preferred form for making modifications,
+- including but not limited to software source code, documentation
+- source, and configuration files.
+-
+- "Object" form shall mean any form resulting from mechanical
+- transformation or translation of a Source form, including but
+- not limited to compiled object code, generated documentation,
+- and conversions to other media types.
+-
+- "Work" shall mean the work of authorship, whether in Source or
+- Object form, made available under the License, as indicated by a
+- copyright notice that is included in or attached to the work
+- (an example is provided in the Appendix below).
+-
+- "Derivative Works" shall mean any work, whether in Source or Object
+- form, that is based on (or derived from) the Work and for which the
+- editorial revisions, annotations, elaborations, or other modifications
+- represent, as a whole, an original work of authorship. For the purposes
+- of this License, Derivative Works shall not include works that remain
+- separable from, or merely link (or bind by name) to the interfaces of,
+- the Work and Derivative Works thereof.
+-
+- "Contribution" shall mean any work of authorship, including
+- the original version of the Work and any modifications or additions
+- to that Work or Derivative Works thereof, that is intentionally
+- submitted to Licensor for inclusion in the Work by the copyright owner
+- or by an individual or Legal Entity authorized to submit on behalf of
+- the copyright owner. For the purposes of this definition, "submitted"
+- means any form of electronic, verbal, or written communication sent
+- to the Licensor or its representatives, including but not limited to
+- communication on electronic mailing lists, source code control systems,
+- and issue tracking systems that are managed by, or on behalf of, the
+- Licensor for the purpose of discussing and improving the Work, but
+- excluding communication that is conspicuously marked or otherwise
+- designated in writing by the copyright owner as "Not a Contribution."
+-
+- "Contributor" shall mean Licensor and any individual or Legal Entity
+- on behalf of whom a Contribution has been received by Licensor and
+- subsequently incorporated within the Work.
+-
+- 2. Grant of Copyright License. Subject to the terms and conditions of
+- this License, each Contributor hereby grants to You a perpetual,
+- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+- copyright license to reproduce, prepare Derivative Works of,
+- publicly display, publicly perform, sublicense, and distribute the
+- Work and such Derivative Works in Source or Object form.
+-
+- 3. Grant of Patent License. Subject to the terms and conditions of
+- this License, each Contributor hereby grants to You a perpetual,
+- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+- (except as stated in this section) patent license to make, have made,
+- use, offer to sell, sell, import, and otherwise transfer the Work,
+- where such license applies only to those patent claims licensable
+- by such Contributor that are necessarily infringed by their
+- Contribution(s) alone or by combination of their Contribution(s)
+- with the Work to which such Contribution(s) was submitted. If You
+- institute patent litigation against any entity (including a
+- cross-claim or counterclaim in a lawsuit) alleging that the Work
+- or a Contribution incorporated within the Work constitutes direct
+- or contributory patent infringement, then any patent licenses
+- granted to You under this License for that Work shall terminate
+- as of the date such litigation is filed.
+-
+- 4. Redistribution. You may reproduce and distribute copies of the
+- Work or Derivative Works thereof in any medium, with or without
+- modifications, and in Source or Object form, provided that You
+- meet the following conditions:
+-
+- (a) You must give any other recipients of the Work or
+- Derivative Works a copy of this License; and
+-
+- (b) You must cause any modified files to carry prominent notices
+- stating that You changed the files; and
+-
+- (c) You must retain, in the Source form of any Derivative Works
+- that You distribute, all copyright, patent, trademark, and
+- attribution notices from the Source form of the Work,
+- excluding those notices that do not pertain to any part of
+- the Derivative Works; and
+-
+- (d) If the Work includes a "NOTICE" text file as part of its
+- distribution, then any Derivative Works that You distribute must
+- include a readable copy of the attribution notices contained
+- within such NOTICE file, excluding those notices that do not
+- pertain to any part of the Derivative Works, in at least one
+- of the following places: within a NOTICE text file distributed
+- as part of the Derivative Works; within the Source form or
+- documentation, if provided along with the Derivative Works; or,
+- within a display generated by the Derivative Works, if and
+- wherever such third-party notices normally appear. The contents
+- of the NOTICE file are for informational purposes only and
+- do not modify the License. You may add Your own attribution
+- notices within Derivative Works that You distribute, alongside
+- or as an addendum to the NOTICE text from the Work, provided
+- that such additional attribution notices cannot be construed
+- as modifying the License.
+-
+- You may add Your own copyright statement to Your modifications and
+- may provide additional or different license terms and conditions
+- for use, reproduction, or distribution of Your modifications, or
+- for any such Derivative Works as a whole, provided Your use,
+- reproduction, and distribution of the Work otherwise complies with
+- the conditions stated in this License.
+-
+- 5. Submission of Contributions. Unless You explicitly state otherwise,
+- any Contribution intentionally submitted for inclusion in the Work
+- by You to the Licensor shall be under the terms and conditions of
+- this License, without any additional terms or conditions.
+- Notwithstanding the above, nothing herein shall supersede or modify
+- the terms of any separate license agreement you may have executed
+- with Licensor regarding such Contributions.
+-
+- 6. Trademarks. This License does not grant permission to use the trade
+- names, trademarks, service marks, or product names of the Licensor,
+- except as required for reasonable and customary use in describing the
+- origin of the Work and reproducing the content of the NOTICE file.
+-
+- 7. Disclaimer of Warranty. Unless required by applicable law or
+- agreed to in writing, Licensor provides the Work (and each
+- Contributor provides its Contributions) on an "AS IS" BASIS,
+- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+- implied, including, without limitation, any warranties or conditions
+- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+- PARTICULAR PURPOSE. You are solely responsible for determining the
+- appropriateness of using or redistributing the Work and assume any
+- risks associated with Your exercise of permissions under this License.
+-
+- 8. Limitation of Liability. In no event and under no legal theory,
+- whether in tort (including negligence), contract, or otherwise,
+- unless required by applicable law (such as deliberate and grossly
+- negligent acts) or agreed to in writing, shall any Contributor be
+- liable to You for damages, including any direct, indirect, special,
+- incidental, or consequential damages of any character arising as a
+- result of this License or out of the use or inability to use the
+- Work (including but not limited to damages for loss of goodwill,
+- work stoppage, computer failure or malfunction, or any and all
+- other commercial damages or losses), even if such Contributor
+- has been advised of the possibility of such damages.
+-
+- 9. Accepting Warranty or Additional Liability. While redistributing
+- the Work or Derivative Works thereof, You may choose to offer,
+- and charge a fee for, acceptance of support, warranty, indemnity,
+- or other liability obligations and/or rights consistent with this
+- License. However, in accepting such obligations, You may act only
+- on Your own behalf and on Your sole responsibility, not on behalf
+- of any other Contributor, and only if You agree to indemnify,
+- defend, and hold each Contributor harmless for any liability
+- incurred by, or claims asserted against, such Contributor by reason
+- of your accepting any such warranty or additional liability.
+-
+- END OF TERMS AND CONDITIONS
+-
+- APPENDIX: How to apply the Apache License to your work.
+-
+- To apply the Apache License to your work, attach the following
+- boilerplate notice, with the fields enclosed by brackets "[]"
+- replaced with your own identifying information. (Don't include
+- the brackets!) The text should be enclosed in the appropriate
+- comment syntax for the file format. We also recommend that a
+- file or class name and description of purpose be included on the
+- same "printed page" as the copyright notice for easier
+- identification within third-party archives.
+-
+- Copyright [yyyy] [name of copyright owner]
+-
+- Licensed under the Apache License, Version 2.0 (the "License");
+- you may not use this file except in compliance with the License.
+- You may obtain a copy of the License at
+-
+- http://www.apache.org/licenses/LICENSE-2.0
+-
+- Unless required by applicable law or agreed to in writing, software
+- distributed under the License is distributed on an "AS IS" BASIS,
+- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+- See the License for the specific language governing permissions and
+- limitations under the License.
++ Apache License
++ Version 2.0, January 2004
++ http://www.apache.org/licenses/
++
++ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
++
++ 1. Definitions.
++
++ "License" shall mean the terms and conditions for use, reproduction,
++ and distribution as defined by Sections 1 through 9 of this document.
++
++ "Licensor" shall mean the copyright owner or entity authorized by
++ the copyright owner that is granting the License.
++
++ "Legal Entity" shall mean the union of the acting entity and all
++ other entities that control, are controlled by, or are under common
++ control with that entity. For the purposes of this definition,
++ "control" means (i) the power, direct or indirect, to cause the
++ direction or management of such entity, whether by contract or
++ otherwise, or (ii) ownership of fifty percent (50%) or more of the
++ outstanding shares, or (iii) beneficial ownership of such entity.
++
++ "You" (or "Your") shall mean an individual or Legal Entity
++ exercising permissions granted by this License.
++
++ "Source" form shall mean the preferred form for making modifications,
++ including but not limited to software source code, documentation
++ source, and configuration files.
++
++ "Object" form shall mean any form resulting from mechanical
++ transformation or translation of a Source form, including but
++ not limited to compiled object code, generated documentation,
++ and conversions to other media types.
++
++ "Work" shall mean the work of authorship, whether in Source or
++ Object form, made available under the License, as indicated by a
++ copyright notice that is included in or attached to the work
++ (an example is provided in the Appendix below).
++
++ "Derivative Works" shall mean any work, whether in Source or Object
++ form, that is based on (or derived from) the Work and for which the
++ editorial revisions, annotations, elaborations, or other modifications
++ represent, as a whole, an original work of authorship. For the purposes
++ of this License, Derivative Works shall not include works that remain
++ separable from, or merely link (or bind by name) to the interfaces of,
++ the Work and Derivative Works thereof.
++
++ "Contribution" shall mean any work of authorship, including
++ the original version of the Work and any modifications or additions
++ to that Work or Derivative Works thereof, that is intentionally
++ submitted to Licensor for inclusion in the Work by the copyright owner
++ or by an individual or Legal Entity authorized to submit on behalf of
++ the copyright owner. For the purposes of this definition, "submitted"
++ means any form of electronic, verbal, or written communication sent
++ to the Licensor or its representatives, including but not limited to
++ communication on electronic mailing lists, source code control systems,
++ and issue tracking systems that are managed by, or on behalf of, the
++ Licensor for the purpose of discussing and improving the Work, but
++ excluding communication that is conspicuously marked or otherwise
++ designated in writing by the copyright owner as "Not a Contribution."
++
++ "Contributor" shall mean Licensor and any individual or Legal Entity
++ on behalf of whom a Contribution has been received by Licensor and
++ subsequently incorporated within the Work.
++
++ 2. Grant of Copyright License. Subject to the terms and conditions of
++ this License, each Contributor hereby grants to You a perpetual,
++ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
++ copyright license to reproduce, prepare Derivative Works of,
++ publicly display, publicly perform, sublicense, and distribute the
++ Work and such Derivative Works in Source or Object form.
++
++ 3. Grant of Patent License. Subject to the terms and conditions of
++ this License, each Contributor hereby grants to You a perpetual,
++ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
++ (except as stated in this section) patent license to make, have made,
++ use, offer to sell, sell, import, and otherwise transfer the Work,
++ where such license applies only to those patent claims licensable
++ by such Contributor that are necessarily infringed by their
++ Contribution(s) alone or by combination of their Contribution(s)
++ with the Work to which such Contribution(s) was submitted. If You
++ institute patent litigation against any entity (including a
++ cross-claim or counterclaim in a lawsuit) alleging that the Work
++ or a Contribution incorporated within the Work constitutes direct
++ or contributory patent infringement, then any patent licenses
++ granted to You under this License for that Work shall terminate
++ as of the date such litigation is filed.
++
++ 4. Redistribution. You may reproduce and distribute copies of the
++ Work or Derivative Works thereof in any medium, with or without
++ modifications, and in Source or Object form, provided that You
++ meet the following conditions:
++
++ (a) You must give any other recipients of the Work or
++ Derivative Works a copy of this License; and
++
++ (b) You must cause any modified files to carry prominent notices
++ stating that You changed the files; and
++
++ (c) You must retain, in the Source form of any Derivative Works
++ that You distribute, all copyright, patent, trademark, and
++ attribution notices from the Source form of the Work,
++ excluding those notices that do not pertain to any part of
++ the Derivative Works; and
++
++ (d) If the Work includes a "NOTICE" text file as part of its
++ distribution, then any Derivative Works that You distribute must
++ include a readable copy of the attribution notices contained
++ within such NOTICE file, excluding those notices that do not
++ pertain to any part of the Derivative Works, in at least one
++ of the following places: within a NOTICE text file distributed
++ as part of the Derivative Works; within the Source form or
++ documentation, if provided along with the Derivative Works; or,
++ within a display generated by the Derivative Works, if and
++ wherever such third-party notices normally appear. The contents
++ of the NOTICE file are for informational purposes only and
++ do not modify the License. You may add Your own attribution
++ notices within Derivative Works that You distribute, alongside
++ or as an addendum to the NOTICE text from the Work, provided
++ that such additional attribution notices cannot be construed
++ as modifying the License.
++
++ You may add Your own copyright statement to Your modifications and
++ may provide additional or different license terms and conditions
++ for use, reproduction, or distribution of Your modifications, or
++ for any such Derivative Works as a whole, provided Your use,
++ reproduction, and distribution of the Work otherwise complies with
++ the conditions stated in this License.
++
++ 5. Submission of Contributions. Unless You explicitly state otherwise,
++ any Contribution intentionally submitted for inclusion in the Work
++ by You to the Licensor shall be under the terms and conditions of
++ this License, without any additional terms or conditions.
++ Notwithstanding the above, nothing herein shall supersede or modify
++ the terms of any separate license agreement you may have executed
++ with Licensor regarding such Contributions.
++
++ 6. Trademarks. This License does not grant permission to use the trade
++ names, trademarks, service marks, or product names of the Licensor,
++ except as required for reasonable and customary use in describing the
++ origin of the Work and reproducing the content of the NOTICE file.
++
++ 7. Disclaimer of Warranty. Unless required by applicable law or
++ agreed to in writing, Licensor provides the Work (and each
++ Contributor provides its Contributions) on an "AS IS" BASIS,
++ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
++ implied, including, without limitation, any warranties or conditions
++ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
++ PARTICULAR PURPOSE. You are solely responsible for determining the
++ appropriateness of using or redistributing the Work and assume any
++ risks associated with Your exercise of permissions under this License.
++
++ 8. Limitation of Liability. In no event and under no legal theory,
++ whether in tort (including negligence), contract, or otherwise,
++ unless required by applicable law (such as deliberate and grossly
++ negligent acts) or agreed to in writing, shall any Contributor be
++ liable to You for damages, including any direct, indirect, special,
++ incidental, or consequential damages of any character arising as a
++ result of this License or out of the use or inability to use the
++ Work (including but not limited to damages for loss of goodwill,
++ work stoppage, computer failure or malfunction, or any and all
++ other commercial damages or losses), even if such Contributor
++ has been advised of the possibility of such damages.
++
++ 9. Accepting Warranty or Additional Liability. While redistributing
++ the Work or Derivative Works thereof, You may choose to offer,
++ and charge a fee for, acceptance of support, warranty, indemnity,
++ or other liability obligations and/or rights consistent with this
++ License. However, in accepting such obligations, You may act only
++ on Your own behalf and on Your sole responsibility, not on behalf
++ of any other Contributor, and only if You agree to indemnify,
++ defend, and hold each Contributor harmless for any liability
++ incurred by, or claims asserted against, such Contributor by reason
++ of your accepting any such warranty or additional liability.
++
++ END OF TERMS AND CONDITIONS
++
++ APPENDIX: How to apply the Apache License to your work.
++
++ To apply the Apache License to your work, attach the following
++ boilerplate notice, with the fields enclosed by brackets "[]"
++ replaced with your own identifying information. (Don't include
++ the brackets!) The text should be enclosed in the appropriate
++ comment syntax for the file format. We also recommend that a
++ file or class name and description of purpose be included on the
++ same "printed page" as the copyright notice for easier
++ identification within third-party archives.
++
++ Copyright [yyyy] [name of copyright owner]
++
++ Licensed under the Apache License, Version 2.0 (the "License");
++ you may not use this file except in compliance with the License.
++ You may obtain a copy of the License at
++
++ http://www.apache.org/licenses/LICENSE-2.0
++
++ Unless required by applicable law or agreed to in writing, software
++ distributed under the License is distributed on an "AS IS" BASIS,
++ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
++ See the License for the specific language governing permissions and
++ limitations under the License.
+diff --git a/README.md b/README.md
+index faf897b..2734a11 100644
+--- a/README.md
++++ b/README.md
+@@ -1,32 +1,36 @@
+-# Matrix Fuzzing
+-
+-Matrix fuzzing is a dumb fuzzer fuzzing a few matrix endpoints. It requires a HS and a user to exist.
+-
+-# Current targets
+-
+-- `/_matrix/client/v3/createRoom` - `tests::tests::fuzz_create_room`
+-
+-# Usage
+-
+-1. Create a HS
+-1. Setup a user
+-1. Add the secrets to src/secrets.rs.
+-
+- Example code:
+-
+- ```rust
+- pub const USERNAME: &str = "@a:localhost";
+- pub const PASSWORD: &str = "abc123";
+- ```
+-
+-1. Install fuzzcheck -> https://github.com/loiclec/fuzzcheck-rs#setup
+-1. Run `cargo fuzzcheck <target>`
+-1. Wait until it crashes
+-1. Verify the error by trying the output json yourself
+-1. Please make sure to follow https://matrix.org/security-disclosure-policy/ for found errors instead of posting them in public unless you are 100% sure they are not a security issue. If you are in doubt prefer the security disclosure policy.
+-
+-# Hall of Explosions (Bugs found)
+-
+-- https://github.com/matrix-org/synapse/issues/13510
+-- https://github.com/matrix-org/synapse/issues/13511
+-- https://github.com/matrix-org/synapse/issues/13512
++# Matrix Fuzzing
++
++Matrix fuzzing is a dumb fuzzer fuzzing a few matrix endpoints. It requires a HS and a user to exist.
++
++# Current targets
++
++- `/_matrix/client/v3/createRoom` - `tests::tests::fuzz_create_room`
++
++# Usage
++
++1. Create a HS
++1. Setup a user
++1. Add the secrets to src/secrets.rs.
++
++ Example code:
++
++ ```rust
++ pub const USERNAME: &str = "@a:localhost";
++ pub const PASSWORD: &str = "abc123";
++ ```
++
++1. Install fuzzcheck -> https://github.com/loiclec/fuzzcheck-rs#setup
++1. Run `cargo fuzzcheck <target>`
++1. Wait until it crashes
++1. Verify the error by trying the output json yourself
++1. Please make sure to follow https://matrix.org/security-disclosure-policy/ for found errors instead of posting them in public unless you are 100% sure they are not a security issue. If you are in doubt prefer the security disclosure policy.
++
++# Hall of Explosions (Bugs found)
++
++- https://github.com/matrix-org/synapse/issues/13510
++- https://github.com/matrix-org/synapse/issues/13511
++- https://github.com/matrix-org/synapse/issues/13512
++
++# Known bugs in the fuzzer
++
++The fuzzer generates arbitrary json objects currently very poorly. Resulting in a lot less cases than it should. Its a workaround for now until there is a nicer way.
+\ No newline at end of file
+diff --git a/src/lib.rs b/src/lib.rs
+index 347bb3d..117d751 100644
+--- a/src/lib.rs
++++ b/src/lib.rs
+@@ -1,5 +1,7 @@
+-#![cfg_attr(fuzzing, feature(no_coverage))]
++#![feature(no_coverage)]
++#![feature(type_alias_impl_trait)]
+ #![allow(dead_code)]
++#![allow(clippy::too_many_arguments)]
+
+ use std::collections::HashMap;
+
+@@ -55,6 +57,10 @@ fn login() -> String {
+
+ #[cfg(all(test, not(fuzzing)))]
+ mod tests {
++ use reqwest::header::{HeaderValue, CONTENT_TYPE};
++
++ use crate::types::CreateRoomMagic;
++
+ #[test]
+ fn connection_test() {
+ let client = crate::client();
+@@ -65,39 +71,6 @@ mod tests {
+ assert!(resp.status().is_success());
+ }
+
+- use reqwest::header::{HeaderValue, CONTENT_TYPE};
+- use serde::{Deserialize, Serialize};
+-
+- #[derive(Clone, Serialize, Deserialize, Debug, Default)]
+- struct CreateRoomMagic {
+- #[serde(skip_serializing_if = "Option::is_none")]
+- invite: Option<Vec<String>>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- invite_3pid: Option<Vec<Invite3pid>>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- is_direct: Option<bool>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- name: Option<String>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- preset: Option<String>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- room_alias_name: Option<String>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- room_version: Option<String>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- topic: Option<String>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- visibility: Option<String>,
+- }
+-
+- #[derive(Clone, Serialize, Deserialize, Debug, Default)]
+- struct Invite3pid {
+- address: String,
+- id_access_token: String,
+- id_server: String,
+- medium: String,
+- }
+-
+ #[test]
+ fn null_in_room() {
+ let content = CreateRoomMagic {
+@@ -139,39 +112,7 @@ mod tests {
+
+ #[cfg(all(fuzzing, test))]
+ mod tests {
+- use fuzzcheck::DefaultMutator;
+- use serde::{Deserialize, Serialize};
+-
+- #[derive(Clone, DefaultMutator, Serialize, Deserialize, Debug)]
+- struct CreateRoomMagic {
+- #[serde(skip_serializing_if = "Option::is_none")]
+- invite: Option<Vec<String>>,
+- // Due to https://github.com/matrix-org/synapse/issues/13512
+- //#[serde(skip_serializing_if = "Option::is_none")]
+- //invite_3pid: Option<Vec<Invite3pid>>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- is_direct: Option<bool>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- name: Option<String>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- preset: Option<String>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- room_alias_name: Option<String>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- room_version: Option<String>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- topic: Option<String>,
+- #[serde(skip_serializing_if = "Option::is_none")]
+- visibility: Option<String>,
+- }
+-
+- #[derive(Clone, DefaultMutator, Serialize, Deserialize, Debug)]
+- struct Invite3pid {
+- address: String,
+- id_access_token: String,
+- id_server: String,
+- medium: String,
+- }
++ use crate::types::{CreateRoomMagic, CreateRoomMagicJSON};
+
+ fn create_room(data: &CreateRoomMagic) -> bool {
+ // FIXME: We probably should set it to null and not do a false positive
+@@ -193,10 +134,11 @@ mod tests {
+ // TODO: Login once and reuse the access token
+ let access_token = crate::access_token();
+ let client = crate::client();
++ let json_data: CreateRoomMagicJSON = data.into();
+ let resp = client
+ .post("http://localhost:8008/_matrix/client/v3/createRoom")
+ .header("Authorization", format!("Bearer {}", access_token))
+- .json(data)
++ .json(&json_data)
+ .send();
+ if let Ok(resp) = resp {
+ let status = resp.status().clone();
+@@ -230,13 +172,11 @@ mod tests {
+ if !resp.status().is_success() {
+ panic!("Failed to connect");
+ }
++
+ let result = fuzzcheck::fuzz_test(create_room)
+ .default_options()
+ .stop_after_first_test_failure(true)
+ .launch();
+- if result.found_test_failure {
+- println!("{:?}", result.reason_for_stopping);
+- }
+ assert!(!result.found_test_failure);
+ }
+ }
+diff --git a/src/types.rs b/src/types.rs
+index b0f459f..77a9c9c 100644
+--- a/src/types.rs
++++ b/src/types.rs
+@@ -1,19 +1,121 @@
+-use serde::{Deserialize, Serialize};
+-
+-#[derive(Debug, Serialize, Deserialize)]
+-pub struct LoginGet {
+- pub flows: Vec<Flow>,
+-}
+-
+-#[derive(Debug, Serialize, Deserialize, PartialEq, Eq)]
+-pub struct Flow {
+- #[serde(rename = "type")]
+- pub type_: String,
+-}
+-
+-#[derive(Debug, Serialize, Deserialize)]
+-pub struct LoginPost {
+- pub user_id: String,
+- pub access_token: String,
+- pub home_server: String,
+-}
++use fuzzcheck::DefaultMutator;
++use serde::{Deserialize, Serialize};
++use std::collections::HashMap;
++
++#[derive(Debug, Serialize, Deserialize)]
++pub struct LoginGet {
++ pub flows: Vec<Flow>,
++}
++
++#[derive(Debug, Serialize, Deserialize, PartialEq, Eq)]
++pub struct Flow {
++ #[serde(rename = "type")]
++ pub type_: String,
++}
++
++#[derive(Debug, Serialize, Deserialize)]
++pub struct LoginPost {
++ pub user_id: String,
++ pub access_token: String,
++ pub home_server: String,
++}
++
++#[derive(Clone, Serialize, Deserialize, Debug, Default)]
++pub struct CreateRoomMagicJSON {
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub creation_content: Option<HashMap<String, String>>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub invite: Option<Vec<String>>,
++ // Due to https://github.com/matrix-org/synapse/issues/13512
++ //#[serde(skip_serializing_if = "Option::is_none")]
++ //pub invite_3pid: Option<Vec<Invite3pid>>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub is_direct: Option<bool>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub name: Option<String>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub preset: Option<String>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub room_alias_name: Option<String>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub room_version: Option<String>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub topic: Option<String>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub visibility: Option<String>,
++}
++
++// FIXME: This is stupid hacky.
++impl From<&CreateRoomMagic> for CreateRoomMagicJSON {
++ fn from(item: &CreateRoomMagic) -> Self {
++ let mut creation_content = HashMap::new();
++ if let Some(mut creation_content_keys) = item.creation_content_keys.clone() {
++ if let Some(mut creation_content_values) = item.creation_content_values.clone() {
++ if creation_content_keys.len() > creation_content_values.len() {
++ creation_content_keys.truncate(creation_content_values.len());
++ } else {
++ creation_content_values.truncate(creation_content_keys.len());
++ }
++ for (key, value) in creation_content_keys
++ .iter()
++ .zip(creation_content_values.iter())
++ {
++ creation_content.insert(key.to_string(), value.to_string());
++ }
++ }
++ }
++
++ CreateRoomMagicJSON {
++ invite: item.invite.clone(),
++ is_direct: item.is_direct,
++ name: item.name.clone(),
++ preset: item.preset.clone(),
++ room_alias_name: item.room_alias_name.clone(),
++ room_version: item.room_version.clone(),
++ topic: item.topic.clone(),
++ visibility: item.visibility.clone(),
++ creation_content: if item.creation_content_keys.is_none()
++ || item.creation_content_values.is_none()
++ {
++ None
++ } else {
++ Some(creation_content)
++ },
++ }
++ }
++}
++
++#[derive(Clone, Serialize, Deserialize, Debug, Default, DefaultMutator)]
++pub struct CreateRoomMagic {
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub creation_content_keys: Option<Vec<String>>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub creation_content_values: Option<Vec<String>>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub invite: Option<Vec<String>>,
++ // Due to https://github.com/matrix-org/synapse/issues/13512
++ //#[serde(skip_serializing_if = "Option::is_none")]
++ //pub invite_3pid: Option<Vec<Invite3pid>>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub is_direct: Option<bool>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub name: Option<String>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub preset: Option<String>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub room_alias_name: Option<String>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub room_version: Option<String>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub topic: Option<String>,
++ #[serde(skip_serializing_if = "Option::is_none")]
++ pub visibility: Option<String>,
++}
++
++#[derive(Clone, Serialize, Deserialize, Debug, DefaultMutator, Default)]
++pub struct Invite3pid {
++ pub address: String,
++ pub id_access_token: String,
++ pub id_server: String,
++ pub medium: String,
++}
diff --git a/pulls/2.json b/pulls/2.json
@@ -0,0 +1,18 @@
+{
+ "number": 2,
+ "title": "Arbitrary Json - The ugly and the very ugly.",
+ "state": "merged",
+ "diff_file": "2.diff",
+ "author": "MTRNord",
+ "created_at": "2022-08-12T15:15:53Z",
+ "closed_at": "2022-08-12T15:16:00Z",
+ "merged_at": "2022-08-12T15:16:00Z",
+ "base_ref": "main",
+ "head_ref": "MTRNord/JSONMutator_v2",
+ "labels": [],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/2.md b/pulls/2.md
@@ -0,0 +1,13 @@
+# PR #2 Arbitrary Json - The ugly and the very ugly.
+
+- **Status:** merged
+- **Author:** @MTRNord
+- **Created:** 2022-08-12T15:15:53Z
+- **Branch:** MTRNord/JSONMutator_v2 → main
+- **Merged:** 2022-08-12T15:16:00Z
+- **Diff:** [2.diff](./2.diff)
+
+---
+
+_No description._
+
diff --git a/pulls/3.diff b/pulls/3.diff
@@ -0,0 +1,16 @@
+diff --git a/Cargo.lock b/Cargo.lock
+index 9d60f98..85788b2 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -1179,9 +1179,9 @@ dependencies = [
+
+ [[package]]
+ name = "webpki"
+-version = "0.22.0"
++version = "0.22.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
++checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f"
+ dependencies = [
+ "ring",
+ "untrusted",
diff --git a/pulls/3.json b/pulls/3.json
@@ -0,0 +1,20 @@
+{
+ "number": 3,
+ "title": "Bump webpki from 0.22.0 to 0.22.2",
+ "state": "open",
+ "diff_file": "3.diff",
+ "author": "dependabot[bot]",
+ "created_at": "2023-10-07T17:33:17Z",
+ "closed_at": null,
+ "merged_at": null,
+ "base_ref": "main",
+ "head_ref": "dependabot/cargo/webpki-0.22.2",
+ "labels": [
+ "dependencies"
+ ],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2.\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/briansmith/webpki/commits\">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/matrix-fuzz/network/alerts).\n\n</details>",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/3.md b/pulls/3.md
@@ -0,0 +1,50 @@
+# PR #3 Bump webpki from 0.22.0 to 0.22.2
+
+- **Status:** open
+- **Author:** @dependabot[bot]
+- **Created:** 2023-10-07T17:33:17Z
+- **Branch:** dependabot/cargo/webpki-0.22.2 → main
+- **Labels:** dependencies
+- **Diff:** [3.diff](./3.diff)
+
+---
+
+Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2.
+<details>
+<summary>Commits</summary>
+<ul>
+<li>See full diff in <a href="https://github.com/briansmith/webpki/commits">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/matrix-fuzz/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 9d60f98..374ac51 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -90,9 +90,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
+
+ [[package]]
+ name = "bumpalo"
+-version = "3.10.0"
++version = "3.14.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
++checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
+
+ [[package]]
+ name = "bytes"
diff --git a/pulls/4.json b/pulls/4.json
@@ -0,0 +1,20 @@
+{
+ "number": 4,
+ "title": "Bump bumpalo from 3.10.0 to 3.14.0",
+ "state": "open",
+ "diff_file": "4.diff",
+ "author": "dependabot[bot]",
+ "created_at": "2023-10-07T17:33:20Z",
+ "closed_at": null,
+ "merged_at": null,
+ "base_ref": "main",
+ "head_ref": "dependabot/cargo/bumpalo-3.14.0",
+ "labels": [
+ "dependencies"
+ ],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.14.0.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md\">bumpalo's changelog</a>.</em></p>\n<blockquote>\n<h2>3.14.0</h2>\n<p>Released 2023-09-14.</p>\n<h3>Added</h3>\n<ul>\n<li>Added the <code>std</code> cargo feature, which enables implementations of <code>std</code> traits\nfor various things. Right now that is just <code>std::io::Write</code> for\n<code>bumpalo::collections::Vec</code>, but could be more in the future.</li>\n</ul>\n<hr />\n<h2>3.13.0</h2>\n<p>Released 2023-05-22.</p>\n<h3>Added</h3>\n<ul>\n<li>New <code>"allocator-api2"</code> feature enables the use of the allocator API on\nstable. This feature uses a crate that mirrors the API of the unstable Rust\n<code>allocator_api</code> feature. If the feature is enabled, references to <code>Bump</code> will\nimplement <code>allocator_api2::Allocator</code>. This allows <code>Bump</code> to be used as an\nallocator for collection types from <code>allocator-api2</code> and any other crates that\nsupport <code>allocator-api2</code>.</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>The minimum supported Rust version (MSRV) is now 1.63.0.</li>\n</ul>\n<hr />\n<h2>3.12.2</h2>\n<p>Released 2023-05-09.</p>\n<h3>Changed</h3>\n<ul>\n<li>Added <code>rust-version</code> metadata to <code>Cargo.toml</code> which helps <code>cargo</code> with version\nresolution.</li>\n</ul>\n<hr />\n<h2>3.12.1</h2>\n<p>Released 2023-04-21.</p>\n<h3>Fixed</h3>\n<ul>\n<li>Fixed a bug where <code>Bump::try_with_capacity(n)</code> where <code>n > isize::MAX</code> could\nlead to attempts to create invalid <code>Layout</code>s.</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/fitzgen/bumpalo/commit/c610d5adc54b9428465d72c4666c305df04c792a\"><code>c610d5a</code></a> Bump to version 3.14.0</li>\n<li><a href=\"https://github.com/fitzgen/bumpalo/commit/7dbb89cfdc2255c9bb1d213e7b6fea8bb5be4f24\"><code>7dbb89c</code></a> Merge pull request <a href=\"https://redirect.github.com/fitzgen/bumpalo/issues/216\">#216</a> from marmeladema/std-io-write</li>\n<li><a href=\"https://github.com/fitzgen/bumpalo/commit/cdaaae14448919d497a8172bdf9dba90e778eb7f\"><code>cdaaae1</code></a> Implement <code>std::io::Write</code> for <code>Vec\\<'bump, u8></code></li>\n<li><a href=\"https://github.com/fitzgen/bumpalo/commit/86c63a4a02c52fb79eb8f27fd4d0e5e727cd3116\"><code>86c63a4</code></a> Merge pull request <a href=\"https://redirect.github.com/fitzgen/bumpalo/issues/214\">#214</a> from waywardmonkeys/typo-fixes</li>\n<li><a href=\"https://github.com/fitzgen/bumpalo/commit/9c6c38f3a5424414c444fc0a2798ecf862afeff2\"><code>9c6c38f</code></a> Fix some typos.</li>\n<li><a href=\"https://github.com/fitzgen/bumpalo/commit/9be533b0877d729ddede5643e0ecafdb0c795e68\"><code>9be533b</code></a> Merge pull request <a href=\"https://redirect.github.com/fitzgen/bumpalo/issues/212\">#212</a> from waywardmonkeys/clippy-unnecessary-cast</li>\n<li><a href=\"https://github.com/fitzgen/bumpalo/commit/4d4cb90a3f48ba984b2d7872ff2e9c6cb7bfdb35\"><code>4d4cb90</code></a> clippy: Remove unneccessary casts.</li>\n<li><a href=\"https://github.com/fitzgen/bumpalo/commit/2c3ded0f5ef7460f66335ac7e8471b92afd14491\"><code>2c3ded0</code></a> Merge pull request <a href=\"https://redirect.github.com/fitzgen/bumpalo/issues/211\">#211</a> from frisoft/main</li>\n<li><a href=\"https://github.com/fitzgen/bumpalo/commit/b6ea85716872a26519b41058b51c2d098607b61f\"><code>b6ea857</code></a> Merge pull request <a href=\"https://redirect.github.com/fitzgen/bumpalo/issues/1\">#1</a> from frisoft/update-license-field</li>\n<li><a href=\"https://github.com/fitzgen/bumpalo/commit/abac21c7799f921e423cf57277eff331c000f5ce\"><code>abac21c</code></a> Update license field following SPDX 2.1 license expression standard</li>\n<li>Additional commits viewable in <a href=\"https://github.com/fitzgen/bumpalo/compare/3.10.0...3.14.0\">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/matrix-fuzz/network/alerts).\n\n</details>",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/4.md b/pulls/4.md
@@ -0,0 +1,108 @@
+# PR #4 Bump bumpalo from 3.10.0 to 3.14.0
+
+- **Status:** open
+- **Author:** @dependabot[bot]
+- **Created:** 2023-10-07T17:33:20Z
+- **Branch:** dependabot/cargo/bumpalo-3.14.0 → main
+- **Labels:** dependencies
+- **Diff:** [4.diff](./4.diff)
+
+---
+
+Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.14.0.
+<details>
+<summary>Changelog</summary>
+<p><em>Sourced from <a href="https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md">bumpalo's changelog</a>.</em></p>
+<blockquote>
+<h2>3.14.0</h2>
+<p>Released 2023-09-14.</p>
+<h3>Added</h3>
+<ul>
+<li>Added the <code>std</code> cargo feature, which enables implementations of <code>std</code> traits
+for various things. Right now that is just <code>std::io::Write</code> for
+<code>bumpalo::collections::Vec</code>, but could be more in the future.</li>
+</ul>
+<hr />
+<h2>3.13.0</h2>
+<p>Released 2023-05-22.</p>
+<h3>Added</h3>
+<ul>
+<li>New <code>"allocator-api2"</code> feature enables the use of the allocator API on
+stable. This feature uses a crate that mirrors the API of the unstable Rust
+<code>allocator_api</code> feature. If the feature is enabled, references to <code>Bump</code> will
+implement <code>allocator_api2::Allocator</code>. This allows <code>Bump</code> to be used as an
+allocator for collection types from <code>allocator-api2</code> and any other crates that
+support <code>allocator-api2</code>.</li>
+</ul>
+<h3>Changed</h3>
+<ul>
+<li>The minimum supported Rust version (MSRV) is now 1.63.0.</li>
+</ul>
+<hr />
+<h2>3.12.2</h2>
+<p>Released 2023-05-09.</p>
+<h3>Changed</h3>
+<ul>
+<li>Added <code>rust-version</code> metadata to <code>Cargo.toml</code> which helps <code>cargo</code> with version
+resolution.</li>
+</ul>
+<hr />
+<h2>3.12.1</h2>
+<p>Released 2023-04-21.</p>
+<h3>Fixed</h3>
+<ul>
+<li>Fixed a bug where <code>Bump::try_with_capacity(n)</code> where <code>n > isize::MAX</code> could
+lead to attempts to create invalid <code>Layout</code>s.</li>
+</ul>
+<!-- raw HTML omitted -->
+</blockquote>
+<p>... (truncated)</p>
+</details>
+<details>
+<summary>Commits</summary>
+<ul>
+<li><a href="https://github.com/fitzgen/bumpalo/commit/c610d5adc54b9428465d72c4666c305df04c792a"><code>c610d5a</code></a> Bump to version 3.14.0</li>
+<li><a href="https://github.com/fitzgen/bumpalo/commit/7dbb89cfdc2255c9bb1d213e7b6fea8bb5be4f24"><code>7dbb89c</code></a> Merge pull request <a href="https://redirect.github.com/fitzgen/bumpalo/issues/216">#216</a> from marmeladema/std-io-write</li>
+<li><a href="https://github.com/fitzgen/bumpalo/commit/cdaaae14448919d497a8172bdf9dba90e778eb7f"><code>cdaaae1</code></a> Implement <code>std::io::Write</code> for <code>Vec\<'bump, u8></code></li>
+<li><a href="https://github.com/fitzgen/bumpalo/commit/86c63a4a02c52fb79eb8f27fd4d0e5e727cd3116"><code>86c63a4</code></a> Merge pull request <a href="https://redirect.github.com/fitzgen/bumpalo/issues/214">#214</a> from waywardmonkeys/typo-fixes</li>
+<li><a href="https://github.com/fitzgen/bumpalo/commit/9c6c38f3a5424414c444fc0a2798ecf862afeff2"><code>9c6c38f</code></a> Fix some typos.</li>
+<li><a href="https://github.com/fitzgen/bumpalo/commit/9be533b0877d729ddede5643e0ecafdb0c795e68"><code>9be533b</code></a> Merge pull request <a href="https://redirect.github.com/fitzgen/bumpalo/issues/212">#212</a> from waywardmonkeys/clippy-unnecessary-cast</li>
+<li><a href="https://github.com/fitzgen/bumpalo/commit/4d4cb90a3f48ba984b2d7872ff2e9c6cb7bfdb35"><code>4d4cb90</code></a> clippy: Remove unneccessary casts.</li>
+<li><a href="https://github.com/fitzgen/bumpalo/commit/2c3ded0f5ef7460f66335ac7e8471b92afd14491"><code>2c3ded0</code></a> Merge pull request <a href="https://redirect.github.com/fitzgen/bumpalo/issues/211">#211</a> from frisoft/main</li>
+<li><a href="https://github.com/fitzgen/bumpalo/commit/b6ea85716872a26519b41058b51c2d098607b61f"><code>b6ea857</code></a> Merge pull request <a href="https://redirect.github.com/fitzgen/bumpalo/issues/1">#1</a> from frisoft/update-license-field</li>
+<li><a href="https://github.com/fitzgen/bumpalo/commit/abac21c7799f921e423cf57277eff331c000f5ce"><code>abac21c</code></a> Update license field following SPDX 2.1 license expression standard</li>
+<li>Additional commits viewable in <a href="https://github.com/fitzgen/bumpalo/compare/3.10.0...3.14.0">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/matrix-fuzz/network/alerts).
+
+</details>
+
diff --git a/pulls/5.diff b/pulls/5.diff
@@ -0,0 +1,152 @@
+diff --git a/Cargo.lock b/Cargo.lock
+index 9d60f98..b9dec18 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -586,7 +586,7 @@ dependencies = [
+ "libc",
+ "log",
+ "wasi",
+- "windows-sys",
++ "windows-sys 0.36.1",
+ ]
+
+ [[package]]
+@@ -955,9 +955,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
+
+ [[package]]
+ name = "tokio"
+-version = "1.20.1"
++version = "1.26.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
++checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
+ dependencies = [
+ "autocfg",
+ "bytes",
+@@ -965,10 +965,9 @@ dependencies = [
+ "memchr",
+ "mio",
+ "num_cpus",
+- "once_cell",
+ "pin-project-lite",
+ "socket2",
+- "winapi",
++ "windows-sys 0.45.0",
+ ]
+
+ [[package]]
+@@ -1233,43 +1232,109 @@ version = "0.36.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
+ dependencies = [
+- "windows_aarch64_msvc",
+- "windows_i686_gnu",
+- "windows_i686_msvc",
+- "windows_x86_64_gnu",
+- "windows_x86_64_msvc",
++ "windows_aarch64_msvc 0.36.1",
++ "windows_i686_gnu 0.36.1",
++ "windows_i686_msvc 0.36.1",
++ "windows_x86_64_gnu 0.36.1",
++ "windows_x86_64_msvc 0.36.1",
++]
++
++[[package]]
++name = "windows-sys"
++version = "0.45.0"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
++dependencies = [
++ "windows-targets",
++]
++
++[[package]]
++name = "windows-targets"
++version = "0.42.2"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
++dependencies = [
++ "windows_aarch64_gnullvm",
++ "windows_aarch64_msvc 0.42.2",
++ "windows_i686_gnu 0.42.2",
++ "windows_i686_msvc 0.42.2",
++ "windows_x86_64_gnu 0.42.2",
++ "windows_x86_64_gnullvm",
++ "windows_x86_64_msvc 0.42.2",
+ ]
+
++[[package]]
++name = "windows_aarch64_gnullvm"
++version = "0.42.2"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
++
+ [[package]]
+ name = "windows_aarch64_msvc"
+ version = "0.36.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
+
++[[package]]
++name = "windows_aarch64_msvc"
++version = "0.42.2"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
++
+ [[package]]
+ name = "windows_i686_gnu"
+ version = "0.36.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
+
++[[package]]
++name = "windows_i686_gnu"
++version = "0.42.2"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
++
+ [[package]]
+ name = "windows_i686_msvc"
+ version = "0.36.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
+
++[[package]]
++name = "windows_i686_msvc"
++version = "0.42.2"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
++
+ [[package]]
+ name = "windows_x86_64_gnu"
+ version = "0.36.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
+
++[[package]]
++name = "windows_x86_64_gnu"
++version = "0.42.2"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
++
++[[package]]
++name = "windows_x86_64_gnullvm"
++version = "0.42.2"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
++
+ [[package]]
+ name = "windows_x86_64_msvc"
+ version = "0.36.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
+
++[[package]]
++name = "windows_x86_64_msvc"
++version = "0.42.2"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
++
+ [[package]]
+ name = "winreg"
+ version = "0.10.1"
diff --git a/pulls/5.json b/pulls/5.json
@@ -0,0 +1,20 @@
+{
+ "number": 5,
+ "title": "Bump tokio from 1.20.1 to 1.26.0",
+ "state": "open",
+ "diff_file": "5.diff",
+ "author": "dependabot[bot]",
+ "created_at": "2023-10-07T17:33:23Z",
+ "closed_at": null,
+ "merged_at": null,
+ "base_ref": "main",
+ "head_ref": "dependabot/cargo/tokio-1.26.0",
+ "labels": [
+ "dependencies"
+ ],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.26.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/tokio-rs/tokio/releases\">tokio's releases</a>.</em></p>\n<blockquote>\n<h2>Tokio v1.26.0</h2>\n<h3>Fixed</h3>\n<ul>\n<li>macros: fix empty <code>join!</code> and <code>try_join!</code> ([https://redirect.github.com/tokio-rs/tokio/pull/5504])</li>\n<li>sync: don't leak tracing spans in mutex guards ([https://redirect.github.com/tokio-rs/tokio/pull/5469])</li>\n<li>sync: drop wakers after unlocking the mutex in Notify ([https://redirect.github.com/tokio-rs/tokio/pull/5471])</li>\n<li>sync: drop wakers outside lock in semaphore ([https://redirect.github.com/tokio-rs/tokio/pull/5475])</li>\n</ul>\n<h3>Added</h3>\n<ul>\n<li>fs: add <code>fs::try_exists</code> ([https://redirect.github.com/tokio-rs/tokio/pull/4299])</li>\n<li>net: add types for named unix pipes ([https://redirect.github.com/tokio-rs/tokio/pull/5351])</li>\n<li>sync: add <code>MappedOwnedMutexGuard</code> ([https://redirect.github.com/tokio-rs/tokio/pull/5474])</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>chore: update windows-sys to 0.45 ([https://redirect.github.com/tokio-rs/tokio/pull/5386])</li>\n<li>net: use Message Read Mode for named pipes ([https://redirect.github.com/tokio-rs/tokio/pull/5350])</li>\n<li>sync: mark lock guards with <code>#[clippy::has_significant_drop]</code> ([https://redirect.github.com/tokio-rs/tokio/pull/5422])</li>\n<li>sync: reduce contention in watch channel ([https://redirect.github.com/tokio-rs/tokio/pull/5464])</li>\n<li>time: remove cache padding in timer entries ([https://redirect.github.com/tokio-rs/tokio/pull/5468])</li>\n<li>time: Improve <code>Instant::now()</code> perf with test-util ([https://redirect.github.com/tokio-rs/tokio/pull/5513])</li>\n</ul>\n<h3>Internal Changes</h3>\n<ul>\n<li>io: use <code>poll_fn</code> in <code>copy_bidirectional</code> ([https://redirect.github.com/tokio-rs/tokio/pull/5486])</li>\n<li>net: refactor named pipe builders to not use bitfields ([https://redirect.github.com/tokio-rs/tokio/pull/5477])</li>\n<li>rt: remove Arc from Clock ([https://redirect.github.com/tokio-rs/tokio/pull/5434])</li>\n<li>sync: make <code>notify_waiters</code> calls atomic ([https://redirect.github.com/tokio-rs/tokio/pull/5458])</li>\n<li>time: don't store deadline twice in sleep entries ([https://redirect.github.com/tokio-rs/tokio/pull/5410])</li>\n</ul>\n<h3>Unstable</h3>\n<ul>\n<li>metrics: add a new metric for budget exhaustion yields ([https://redirect.github.com/tokio-rs/tokio/pull/5517])</li>\n</ul>\n<h3>Documented</h3>\n<ul>\n<li>io: improve AsyncFd example ([https://redirect.github.com/tokio-rs/tokio/pull/5481])</li>\n<li>runtime: document the nature of the main future ([https://redirect.github.com/tokio-rs/tokio/pull/5494])</li>\n<li>runtime: remove extra period in docs ([https://redirect.github.com/tokio-rs/tokio/pull/5511])</li>\n<li>signal: updated Documentation for Signals ([https://redirect.github.com/tokio-rs/tokio/pull/5459])</li>\n<li>sync: add doc aliases for <code>blocking_*</code> methods ([https://redirect.github.com/tokio-rs/tokio/pull/5448])</li>\n<li>sync: fix docs for Send/Sync bounds in broadcast ([https://redirect.github.com/tokio-rs/tokio/pull/5480])</li>\n<li>sync: document drop behavior for channels ([https://redirect.github.com/tokio-rs/tokio/pull/5497])</li>\n<li>task: clarify what happens to spawned work during runtime shutdown ([https://redirect.github.com/tokio-rs/tokio/pull/5394])</li>\n<li>task: clarify <code>process::Command</code> docs ([https://redirect.github.com/tokio-rs/tokio/pull/5413])</li>\n<li>task: fix wording with 'unsend' ([https://redirect.github.com/tokio-rs/tokio/pull/5452])</li>\n<li>time: document immediate completion guarantee for timeouts ([https://redirect.github.com/tokio-rs/tokio/pull/5509])</li>\n<li>tokio: document supported platforms ([https://redirect.github.com/tokio-rs/tokio/pull/5483])</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/a377240bbf09f120a6d522651dae3752a180f18c\"><code>a377240</code></a> chore: prepare for Tokio v1.26.0 release (<a href=\"https://redirect.github.com/tokio-rs/tokio/issues/5521\">#5521</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/52da177dea169aa9f3dac6b1465fa5229a9615bb\"><code>52da177</code></a> metrics: add a new metric for budget exhaustion yields (<a href=\"https://redirect.github.com/tokio-rs/tokio/issues/5517\">#5517</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/ee1c940709ad88f83daea29612a924524e37d173\"><code>ee1c940</code></a> time: Improve <code>Instant::now()</code> perf with test-util (<a href=\"https://redirect.github.com/tokio-rs/tokio/issues/5513\">#5513</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/815d89a407beef40e009efdc7c31716b34449630\"><code>815d89a</code></a> runtime: remove extra period in docs (<a href=\"https://redirect.github.com/tokio-rs/tokio/issues/5511\">#5511</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/54aaf3d0e30f0d352a54e11f8543d96a380e6469\"><code>54aaf3d</code></a> time: document immediate completion guarantee for timeouts (<a href=\"https://redirect.github.com/tokio-rs/tokio/issues/5509\">#5509</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/5a3abe56eeb03b383a994375026b370161a05946\"><code>5a3abe5</code></a> net: add types for named unix pipes (<a href=\"https://redirect.github.com/tokio-rs/tokio/issues/5351\">#5351</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/d44b1ca9c8fdf6392d7b5b625bef49d141de79f1\"><code>d44b1ca</code></a> io: ignore SplitByUtf8BoundaryIfWindows test on miri (<a href=\"https://redirect.github.com/tokio-rs/tokio/issues/5507\">#5507</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/e23c6f3935b550ddb7587232c423145e06087551\"><code>e23c6f3</code></a> signal: updated Documentation for Signals (<a href=\"https://redirect.github.com/tokio-rs/tokio/issues/5459\">#5459</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/0a50cb3baa7493e82f5154e38d76a6cff7337676\"><code>0a50cb3</code></a> net: fix test compilation failure (<a href=\"https://redirect.github.com/tokio-rs/tokio/issues/5506\">#5506</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/2298679af4f7b48ac181b54a3c526391d47c94b1\"><code>2298679</code></a> runtime: document the nature of the main future (<a href=\"https://redirect.github.com/tokio-rs/tokio/issues/5494\">#5494</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/tokio-rs/tokio/compare/tokio-1.20.1...tokio-1.26.0\">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/matrix-fuzz/network/alerts).\n\n</details>",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/5.md b/pulls/5.md
@@ -0,0 +1,118 @@
+# PR #5 Bump tokio from 1.20.1 to 1.26.0
+
+- **Status:** open
+- **Author:** @dependabot[bot]
+- **Created:** 2023-10-07T17:33:23Z
+- **Branch:** dependabot/cargo/tokio-1.26.0 → main
+- **Labels:** dependencies
+- **Diff:** [5.diff](./5.diff)
+
+---
+
+Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.26.0.
+<details>
+<summary>Release notes</summary>
+<p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p>
+<blockquote>
+<h2>Tokio v1.26.0</h2>
+<h3>Fixed</h3>
+<ul>
+<li>macros: fix empty <code>join!</code> and <code>try_join!</code> ([https://redirect.github.com/tokio-rs/tokio/pull/5504])</li>
+<li>sync: don't leak tracing spans in mutex guards ([https://redirect.github.com/tokio-rs/tokio/pull/5469])</li>
+<li>sync: drop wakers after unlocking the mutex in Notify ([https://redirect.github.com/tokio-rs/tokio/pull/5471])</li>
+<li>sync: drop wakers outside lock in semaphore ([https://redirect.github.com/tokio-rs/tokio/pull/5475])</li>
+</ul>
+<h3>Added</h3>
+<ul>
+<li>fs: add <code>fs::try_exists</code> ([https://redirect.github.com/tokio-rs/tokio/pull/4299])</li>
+<li>net: add types for named unix pipes ([https://redirect.github.com/tokio-rs/tokio/pull/5351])</li>
+<li>sync: add <code>MappedOwnedMutexGuard</code> ([https://redirect.github.com/tokio-rs/tokio/pull/5474])</li>
+</ul>
+<h3>Changed</h3>
+<ul>
+<li>chore: update windows-sys to 0.45 ([https://redirect.github.com/tokio-rs/tokio/pull/5386])</li>
+<li>net: use Message Read Mode for named pipes ([https://redirect.github.com/tokio-rs/tokio/pull/5350])</li>
+<li>sync: mark lock guards with <code>#[clippy::has_significant_drop]</code> ([https://redirect.github.com/tokio-rs/tokio/pull/5422])</li>
+<li>sync: reduce contention in watch channel ([https://redirect.github.com/tokio-rs/tokio/pull/5464])</li>
+<li>time: remove cache padding in timer entries ([https://redirect.github.com/tokio-rs/tokio/pull/5468])</li>
+<li>time: Improve <code>Instant::now()</code> perf with test-util ([https://redirect.github.com/tokio-rs/tokio/pull/5513])</li>
+</ul>
+<h3>Internal Changes</h3>
+<ul>
+<li>io: use <code>poll_fn</code> in <code>copy_bidirectional</code> ([https://redirect.github.com/tokio-rs/tokio/pull/5486])</li>
+<li>net: refactor named pipe builders to not use bitfields ([https://redirect.github.com/tokio-rs/tokio/pull/5477])</li>
+<li>rt: remove Arc from Clock ([https://redirect.github.com/tokio-rs/tokio/pull/5434])</li>
+<li>sync: make <code>notify_waiters</code> calls atomic ([https://redirect.github.com/tokio-rs/tokio/pull/5458])</li>
+<li>time: don't store deadline twice in sleep entries ([https://redirect.github.com/tokio-rs/tokio/pull/5410])</li>
+</ul>
+<h3>Unstable</h3>
+<ul>
+<li>metrics: add a new metric for budget exhaustion yields ([https://redirect.github.com/tokio-rs/tokio/pull/5517])</li>
+</ul>
+<h3>Documented</h3>
+<ul>
+<li>io: improve AsyncFd example ([https://redirect.github.com/tokio-rs/tokio/pull/5481])</li>
+<li>runtime: document the nature of the main future ([https://redirect.github.com/tokio-rs/tokio/pull/5494])</li>
+<li>runtime: remove extra period in docs ([https://redirect.github.com/tokio-rs/tokio/pull/5511])</li>
+<li>signal: updated Documentation for Signals ([https://redirect.github.com/tokio-rs/tokio/pull/5459])</li>
+<li>sync: add doc aliases for <code>blocking_*</code> methods ([https://redirect.github.com/tokio-rs/tokio/pull/5448])</li>
+<li>sync: fix docs for Send/Sync bounds in broadcast ([https://redirect.github.com/tokio-rs/tokio/pull/5480])</li>
+<li>sync: document drop behavior for channels ([https://redirect.github.com/tokio-rs/tokio/pull/5497])</li>
+<li>task: clarify what happens to spawned work during runtime shutdown ([https://redirect.github.com/tokio-rs/tokio/pull/5394])</li>
+<li>task: clarify <code>process::Command</code> docs ([https://redirect.github.com/tokio-rs/tokio/pull/5413])</li>
+<li>task: fix wording with 'unsend' ([https://redirect.github.com/tokio-rs/tokio/pull/5452])</li>
+<li>time: document immediate completion guarantee for timeouts ([https://redirect.github.com/tokio-rs/tokio/pull/5509])</li>
+<li>tokio: document supported platforms ([https://redirect.github.com/tokio-rs/tokio/pull/5483])</li>
+</ul>
+<!-- raw HTML omitted -->
+</blockquote>
+<p>... (truncated)</p>
+</details>
+<details>
+<summary>Commits</summary>
+<ul>
+<li><a href="https://github.com/tokio-rs/tokio/commit/a377240bbf09f120a6d522651dae3752a180f18c"><code>a377240</code></a> chore: prepare for Tokio v1.26.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5521">#5521</a>)</li>
+<li><a href="https://github.com/tokio-rs/tokio/commit/52da177dea169aa9f3dac6b1465fa5229a9615bb"><code>52da177</code></a> metrics: add a new metric for budget exhaustion yields (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5517">#5517</a>)</li>
+<li><a href="https://github.com/tokio-rs/tokio/commit/ee1c940709ad88f83daea29612a924524e37d173"><code>ee1c940</code></a> time: Improve <code>Instant::now()</code> perf with test-util (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5513">#5513</a>)</li>
+<li><a href="https://github.com/tokio-rs/tokio/commit/815d89a407beef40e009efdc7c31716b34449630"><code>815d89a</code></a> runtime: remove extra period in docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5511">#5511</a>)</li>
+<li><a href="https://github.com/tokio-rs/tokio/commit/54aaf3d0e30f0d352a54e11f8543d96a380e6469"><code>54aaf3d</code></a> time: document immediate completion guarantee for timeouts (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5509">#5509</a>)</li>
+<li><a href="https://github.com/tokio-rs/tokio/commit/5a3abe56eeb03b383a994375026b370161a05946"><code>5a3abe5</code></a> net: add types for named unix pipes (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5351">#5351</a>)</li>
+<li><a href="https://github.com/tokio-rs/tokio/commit/d44b1ca9c8fdf6392d7b5b625bef49d141de79f1"><code>d44b1ca</code></a> io: ignore SplitByUtf8BoundaryIfWindows test on miri (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5507">#5507</a>)</li>
+<li><a href="https://github.com/tokio-rs/tokio/commit/e23c6f3935b550ddb7587232c423145e06087551"><code>e23c6f3</code></a> signal: updated Documentation for Signals (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5459">#5459</a>)</li>
+<li><a href="https://github.com/tokio-rs/tokio/commit/0a50cb3baa7493e82f5154e38d76a6cff7337676"><code>0a50cb3</code></a> net: fix test compilation failure (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5506">#5506</a>)</li>
+<li><a href="https://github.com/tokio-rs/tokio/commit/2298679af4f7b48ac181b54a3c526391d47c94b1"><code>2298679</code></a> runtime: document the nature of the main future (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5494">#5494</a>)</li>
+<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.20.1...tokio-1.26.0">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/matrix-fuzz/network/alerts).
+
+</details>
+
diff --git a/pulls/6.diff b/pulls/6.diff
@@ -0,0 +1,16 @@
+diff --git a/Cargo.lock b/Cargo.lock
+index 9d60f98..4d12776 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -343,9 +343,9 @@ dependencies = [
+
+ [[package]]
+ name = "h2"
+-version = "0.3.13"
++version = "0.3.21"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
++checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
+ dependencies = [
+ "bytes",
+ "fnv",
diff --git a/pulls/6.json b/pulls/6.json
@@ -0,0 +1,20 @@
+{
+ "number": 6,
+ "title": "Bump h2 from 0.3.13 to 0.3.21",
+ "state": "open",
+ "diff_file": "6.diff",
+ "author": "dependabot[bot]",
+ "created_at": "2023-10-07T17:33:52Z",
+ "closed_at": null,
+ "merged_at": null,
+ "base_ref": "main",
+ "head_ref": "dependabot/cargo/h2-0.3.21",
+ "labels": [
+ "dependencies"
+ ],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.21.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/hyperium/h2/releases\">h2's releases</a>.</em></p>\n<blockquote>\n<h2>v0.3.21</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Fix opening of new streams over peer's max concurrent limit.</li>\n<li>Fix <code>RecvStream</code> to return data even if it has received a <code>CANCEL</code> stream error.</li>\n<li>Update MSRV to 1.63.</li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/DDtKey\"><code>@\u200bDDtKey</code></a> made their first contribution in <a href=\"https://redirect.github.com/hyperium/h2/pull/703\">hyperium/h2#703</a></li>\n<li><a href=\"https://github.com/jwilm\"><code>@\u200bjwilm</code></a> made their first contribution in <a href=\"https://redirect.github.com/hyperium/h2/pull/707\">hyperium/h2#707</a></li>\n</ul>\n<h2>v0.3.20</h2>\n<h2>Bug Fixes</h2>\n<ul>\n<li>Fix panic if a server received a request with a <code>:status</code> pseudo header in the 1xx range. (<a href=\"https://redirect.github.com/hyperium/h2/issues/695\">#695</a>)</li>\n<li>Fix panic if a reset stream had pending push promises that were more than allowed. (<a href=\"https://redirect.github.com/hyperium/h2/issues/685\">#685</a>)</li>\n<li>Fix potential flow control overflow by subtraction, instead returning a connection error. (<a href=\"https://redirect.github.com/hyperium/h2/issues/692\">#692</a>)</li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/f0rki\"><code>@\u200bf0rki</code></a> made their first contribution in <a href=\"https://redirect.github.com/hyperium/h2/pull/690\">hyperium/h2#690</a></li>\n</ul>\n<h2>v0.3.19</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Fix counting reset streams when triggered by a GOAWAY.</li>\n<li>Send <code>too_many_resets</code> in opaque debug data of GOAWAY when too many resets received.</li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/Herbstein\"><code>@\u200bHerbstein</code></a> made their first contribution in <a href=\"https://redirect.github.com/hyperium/h2/pull/673\">hyperium/h2#673</a></li>\n<li><a href=\"https://github.com/foresterre\"><code>@\u200bforesterre</code></a> made their first contribution in <a href=\"https://redirect.github.com/hyperium/h2/pull/680\">hyperium/h2#680</a></li>\n</ul>\n<h2>v0.3.18</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>fix: pending-accept remotely-reset streams pattern was checking is_local by <a href=\"https://github.com/seanmonstar\"><code>@\u200bseanmonstar</code></a> in <a href=\"https://redirect.github.com/hyperium/h2/pull/676\">hyperium/h2#676</a></li>\n</ul>\n<h2>v0.3.17</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Add <code>Error::is_library()</code> method to check if the originated inside <code>h2</code>.</li>\n<li>Add <code>max_pending_accept_reset_streams(usize)</code> option to client and server\nbuilders.</li>\n<li>Fix theoretical memory growth when receiving too many HEADERS and then\nRST_STREAM frames faster than an application can accept them off the queue.\n(CVE-2023-26964)</li>\n</ul>\n<h2>v0.3.16</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Set <code>Protocol</code> extension on requests when received Extended CONNECT requests.</li>\n<li>Remove <code>B: Unpin + 'static</code> bound requiremented of bufs</li>\n<li>Fix releasing of frames when stream is finished, reducing memory usage.</li>\n<li>Fix panic when trying to send data and connection window is available, but stream window is not.</li>\n<li>Fix spurious wakeups when stream capacity is not available.</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/hyperium/h2/blob/master/CHANGELOG.md\">h2's changelog</a>.</em></p>\n<blockquote>\n<h1>0.3.21 (August 21, 2023)</h1>\n<ul>\n<li>Fix opening of new streams over peer's max concurrent limit.</li>\n<li>Fix <code>RecvStream</code> to return data even if it has received a <code>CANCEL</code> stream error.</li>\n<li>Update MSRV to 1.63.</li>\n</ul>\n<h1>0.3.20 (June 26, 2023)</h1>\n<ul>\n<li>Fix panic if a server received a request with a <code>:status</code> pseudo header in the 1xx range.</li>\n<li>Fix panic if a reset stream had pending push promises that were more than allowed.</li>\n<li>Fix potential flow control overflow by subtraction, instead returning a connection error.</li>\n</ul>\n<h1>0.3.19 (May 12, 2023)</h1>\n<ul>\n<li>Fix counting reset streams when triggered by a GOAWAY.</li>\n<li>Send <code>too_many_resets</code> in opaque debug data of GOAWAY when too many resets received.</li>\n</ul>\n<h1>0.3.18 (April 17, 2023)</h1>\n<ul>\n<li>Fix panic because of opposite check in <code>is_remote_local()</code>.</li>\n</ul>\n<h1>0.3.17 (April 13, 2023)</h1>\n<ul>\n<li>Add <code>Error::is_library()</code> method to check if the originated inside <code>h2</code>.</li>\n<li>Add <code>max_pending_accept_reset_streams(usize)</code> option to client and server\nbuilders.</li>\n<li>Fix theoretical memory growth when receiving too many HEADERS and then\nRST_STREAM frames faster than an application can accept them off the queue.\n(CVE-2023-26964)</li>\n</ul>\n<h1>0.3.16 (February 27, 2023)</h1>\n<ul>\n<li>Set <code>Protocol</code> extension on requests when received Extended CONNECT requests.</li>\n<li>Remove <code>B: Unpin + 'static</code> bound requiremented of bufs</li>\n<li>Fix releasing of frames when stream is finished, reducing memory usage.</li>\n<li>Fix panic when trying to send data and connection window is available, but stream window is not.</li>\n<li>Fix spurious wakeups when stream capacity is not available.</li>\n</ul>\n<h1>0.3.15 (October 21, 2022)</h1>\n<ul>\n<li>Remove <code>B: Buf</code> bound on <code>SendStream</code>'s parameter</li>\n<li>add accessor for <code>StreamId</code> u32</li>\n</ul>\n<h1>0.3.14 (August 16, 2022)</h1>\n<ul>\n<li>Add <code>Error::is_reset</code> function.</li>\n<li>Bump MSRV to Rust 1.56.</li>\n<li>Return <code>RST_STREAM(NO_ERROR)</code> when the server early responds.</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/hyperium/h2/commit/da38b1c49c39ccf7e2e0dca51ebf8505d6905597\"><code>da38b1c</code></a> v0.3.21</li>\n<li><a href=\"https://github.com/hyperium/h2/commit/ee042922780651349915afb9cfe9b86d6b1084f9\"><code>ee04292</code></a> Fix opening new streams over max concurrent (<a href=\"https://redirect.github.com/hyperium/h2/issues/707\">#707</a>)</li>\n<li><a href=\"https://github.com/hyperium/h2/commit/9bd62a2efc19da072ff6b55c92586b02a714194e\"><code>9bd62a2</code></a> Test that client reacts correctly on rogue HEADERS (<a href=\"https://redirect.github.com/hyperium/h2/issues/667\">#667</a>)</li>\n<li><a href=\"https://github.com/hyperium/h2/commit/da9f34bc808a38be2c36f0f8e3a78c0164548419\"><code>da9f34b</code></a> chore: fix up some clippy nags (<a href=\"https://redirect.github.com/hyperium/h2/issues/709\">#709</a>)</li>\n<li><a href=\"https://github.com/hyperium/h2/commit/cdcc641902a2c5b058da62980c5b1bede16671a4\"><code>cdcc641</code></a> msrv: bump to 1.63 (<a href=\"https://redirect.github.com/hyperium/h2/issues/708\">#708</a>)</li>\n<li><a href=\"https://github.com/hyperium/h2/commit/633116ef68b4e7b5c4c5699fb5d10b58ef5818ac\"><code>633116e</code></a> fix: do not ignore result of <code>ensure_recv_open</code> (<a href=\"https://redirect.github.com/hyperium/h2/issues/687\">#687</a>)</li>\n<li><a href=\"https://github.com/hyperium/h2/commit/46fb80bfd07b4dc6b8ee87b9c2e6415399830910\"><code>46fb80b</code></a> test: early server response with data (<a href=\"https://redirect.github.com/hyperium/h2/issues/703\">#703</a>)</li>\n<li><a href=\"https://github.com/hyperium/h2/commit/6a75f232330374d5f329aaae91afc2dee7ed2b1f\"><code>6a75f23</code></a> v0.3.20</li>\n<li><a href=\"https://github.com/hyperium/h2/commit/0189722fd64d3cb5acd9764fdb85bb9a95232ea8\"><code>0189722</code></a> Fix for a fuzzer-discovered integer underflow of the flow control window size...</li>\n<li><a href=\"https://github.com/hyperium/h2/commit/478f7b9889e9d8d53756558cca45cebd68aeaea0\"><code>478f7b9</code></a> Fix for invalid header panic corrected (<a href=\"https://redirect.github.com/hyperium/h2/issues/695\">#695</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/hyperium/h2/compare/v0.3.13...v0.3.21\">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/matrix-fuzz/network/alerts).\n\n</details>",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/6.md b/pulls/6.md
@@ -0,0 +1,181 @@
+# PR #6 Bump h2 from 0.3.13 to 0.3.21
+
+- **Status:** open
+- **Author:** @dependabot[bot]
+- **Created:** 2023-10-07T17:33:52Z
+- **Branch:** dependabot/cargo/h2-0.3.21 → main
+- **Labels:** dependencies
+- **Diff:** [6.diff](./6.diff)
+
+---
+
+Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.21.
+<details>
+<summary>Release notes</summary>
+<p><em>Sourced from <a href="https://github.com/hyperium/h2/releases">h2's releases</a>.</em></p>
+<blockquote>
+<h2>v0.3.21</h2>
+<h2>What's Changed</h2>
+<ul>
+<li>Fix opening of new streams over peer's max concurrent limit.</li>
+<li>Fix <code>RecvStream</code> to return data even if it has received a <code>CANCEL</code> stream error.</li>
+<li>Update MSRV to 1.63.</li>
+</ul>
+<h2>New Contributors</h2>
+<ul>
+<li><a href="https://github.com/DDtKey"><code>@DDtKey</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/703">hyperium/h2#703</a></li>
+<li><a href="https://github.com/jwilm"><code>@jwilm</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/707">hyperium/h2#707</a></li>
+</ul>
+<h2>v0.3.20</h2>
+<h2>Bug Fixes</h2>
+<ul>
+<li>Fix panic if a server received a request with a <code>:status</code> pseudo header in the 1xx range. (<a href="https://redirect.github.com/hyperium/h2/issues/695">#695</a>)</li>
+<li>Fix panic if a reset stream had pending push promises that were more than allowed. (<a href="https://redirect.github.com/hyperium/h2/issues/685">#685</a>)</li>
+<li>Fix potential flow control overflow by subtraction, instead returning a connection error. (<a href="https://redirect.github.com/hyperium/h2/issues/692">#692</a>)</li>
+</ul>
+<h2>New Contributors</h2>
+<ul>
+<li><a href="https://github.com/f0rki"><code>@f0rki</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/690">hyperium/h2#690</a></li>
+</ul>
+<h2>v0.3.19</h2>
+<h2>What's Changed</h2>
+<ul>
+<li>Fix counting reset streams when triggered by a GOAWAY.</li>
+<li>Send <code>too_many_resets</code> in opaque debug data of GOAWAY when too many resets received.</li>
+</ul>
+<h2>New Contributors</h2>
+<ul>
+<li><a href="https://github.com/Herbstein"><code>@Herbstein</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/673">hyperium/h2#673</a></li>
+<li><a href="https://github.com/foresterre"><code>@foresterre</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/680">hyperium/h2#680</a></li>
+</ul>
+<h2>v0.3.18</h2>
+<h2>What's Changed</h2>
+<ul>
+<li>fix: pending-accept remotely-reset streams pattern was checking is_local by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/h2/pull/676">hyperium/h2#676</a></li>
+</ul>
+<h2>v0.3.17</h2>
+<h2>What's Changed</h2>
+<ul>
+<li>Add <code>Error::is_library()</code> method to check if the originated inside <code>h2</code>.</li>
+<li>Add <code>max_pending_accept_reset_streams(usize)</code> option to client and server
+builders.</li>
+<li>Fix theoretical memory growth when receiving too many HEADERS and then
+RST_STREAM frames faster than an application can accept them off the queue.
+(CVE-2023-26964)</li>
+</ul>
+<h2>v0.3.16</h2>
+<h2>What's Changed</h2>
+<ul>
+<li>Set <code>Protocol</code> extension on requests when received Extended CONNECT requests.</li>
+<li>Remove <code>B: Unpin + 'static</code> bound requiremented of bufs</li>
+<li>Fix releasing of frames when stream is finished, reducing memory usage.</li>
+<li>Fix panic when trying to send data and connection window is available, but stream window is not.</li>
+<li>Fix spurious wakeups when stream capacity is not available.</li>
+</ul>
+<!-- raw HTML omitted -->
+</blockquote>
+<p>... (truncated)</p>
+</details>
+<details>
+<summary>Changelog</summary>
+<p><em>Sourced from <a href="https://github.com/hyperium/h2/blob/master/CHANGELOG.md">h2's changelog</a>.</em></p>
+<blockquote>
+<h1>0.3.21 (August 21, 2023)</h1>
+<ul>
+<li>Fix opening of new streams over peer's max concurrent limit.</li>
+<li>Fix <code>RecvStream</code> to return data even if it has received a <code>CANCEL</code> stream error.</li>
+<li>Update MSRV to 1.63.</li>
+</ul>
+<h1>0.3.20 (June 26, 2023)</h1>
+<ul>
+<li>Fix panic if a server received a request with a <code>:status</code> pseudo header in the 1xx range.</li>
+<li>Fix panic if a reset stream had pending push promises that were more than allowed.</li>
+<li>Fix potential flow control overflow by subtraction, instead returning a connection error.</li>
+</ul>
+<h1>0.3.19 (May 12, 2023)</h1>
+<ul>
+<li>Fix counting reset streams when triggered by a GOAWAY.</li>
+<li>Send <code>too_many_resets</code> in opaque debug data of GOAWAY when too many resets received.</li>
+</ul>
+<h1>0.3.18 (April 17, 2023)</h1>
+<ul>
+<li>Fix panic because of opposite check in <code>is_remote_local()</code>.</li>
+</ul>
+<h1>0.3.17 (April 13, 2023)</h1>
+<ul>
+<li>Add <code>Error::is_library()</code> method to check if the originated inside <code>h2</code>.</li>
+<li>Add <code>max_pending_accept_reset_streams(usize)</code> option to client and server
+builders.</li>
+<li>Fix theoretical memory growth when receiving too many HEADERS and then
+RST_STREAM frames faster than an application can accept them off the queue.
+(CVE-2023-26964)</li>
+</ul>
+<h1>0.3.16 (February 27, 2023)</h1>
+<ul>
+<li>Set <code>Protocol</code> extension on requests when received Extended CONNECT requests.</li>
+<li>Remove <code>B: Unpin + 'static</code> bound requiremented of bufs</li>
+<li>Fix releasing of frames when stream is finished, reducing memory usage.</li>
+<li>Fix panic when trying to send data and connection window is available, but stream window is not.</li>
+<li>Fix spurious wakeups when stream capacity is not available.</li>
+</ul>
+<h1>0.3.15 (October 21, 2022)</h1>
+<ul>
+<li>Remove <code>B: Buf</code> bound on <code>SendStream</code>'s parameter</li>
+<li>add accessor for <code>StreamId</code> u32</li>
+</ul>
+<h1>0.3.14 (August 16, 2022)</h1>
+<ul>
+<li>Add <code>Error::is_reset</code> function.</li>
+<li>Bump MSRV to Rust 1.56.</li>
+<li>Return <code>RST_STREAM(NO_ERROR)</code> when the server early responds.</li>
+</ul>
+</blockquote>
+</details>
+<details>
+<summary>Commits</summary>
+<ul>
+<li><a href="https://github.com/hyperium/h2/commit/da38b1c49c39ccf7e2e0dca51ebf8505d6905597"><code>da38b1c</code></a> v0.3.21</li>
+<li><a href="https://github.com/hyperium/h2/commit/ee042922780651349915afb9cfe9b86d6b1084f9"><code>ee04292</code></a> Fix opening new streams over max concurrent (<a href="https://redirect.github.com/hyperium/h2/issues/707">#707</a>)</li>
+<li><a href="https://github.com/hyperium/h2/commit/9bd62a2efc19da072ff6b55c92586b02a714194e"><code>9bd62a2</code></a> Test that client reacts correctly on rogue HEADERS (<a href="https://redirect.github.com/hyperium/h2/issues/667">#667</a>)</li>
+<li><a href="https://github.com/hyperium/h2/commit/da9f34bc808a38be2c36f0f8e3a78c0164548419"><code>da9f34b</code></a> chore: fix up some clippy nags (<a href="https://redirect.github.com/hyperium/h2/issues/709">#709</a>)</li>
+<li><a href="https://github.com/hyperium/h2/commit/cdcc641902a2c5b058da62980c5b1bede16671a4"><code>cdcc641</code></a> msrv: bump to 1.63 (<a href="https://redirect.github.com/hyperium/h2/issues/708">#708</a>)</li>
+<li><a href="https://github.com/hyperium/h2/commit/633116ef68b4e7b5c4c5699fb5d10b58ef5818ac"><code>633116e</code></a> fix: do not ignore result of <code>ensure_recv_open</code> (<a href="https://redirect.github.com/hyperium/h2/issues/687">#687</a>)</li>
+<li><a href="https://github.com/hyperium/h2/commit/46fb80bfd07b4dc6b8ee87b9c2e6415399830910"><code>46fb80b</code></a> test: early server response with data (<a href="https://redirect.github.com/hyperium/h2/issues/703">#703</a>)</li>
+<li><a href="https://github.com/hyperium/h2/commit/6a75f232330374d5f329aaae91afc2dee7ed2b1f"><code>6a75f23</code></a> v0.3.20</li>
+<li><a href="https://github.com/hyperium/h2/commit/0189722fd64d3cb5acd9764fdb85bb9a95232ea8"><code>0189722</code></a> Fix for a fuzzer-discovered integer underflow of the flow control window size...</li>
+<li><a href="https://github.com/hyperium/h2/commit/478f7b9889e9d8d53756558cca45cebd68aeaea0"><code>478f7b9</code></a> Fix for invalid header panic corrected (<a href="https://redirect.github.com/hyperium/h2/issues/695">#695</a>)</li>
+<li>Additional commits viewable in <a href="https://github.com/hyperium/h2/compare/v0.3.13...v0.3.21">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/matrix-fuzz/network/alerts).
+
+</details>
+