Commit Graph

386 Commits

Author SHA1 Message Date
kwaroran
c524b91d1e Bump version to 1.112.1 2024-06-07 00:38:33 +09:00
kwaroran
e4855475cd chore(deps): bump h2 from 0.3.25 to 0.3.26 in /src-tauri (#489)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26.
<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.26</h2>
<h2>What's Changed</h2>
<ul>
<li>Limit number of CONTINUATION frames for misbehaving
connections.</li>
</ul>
<p>See <a
href="https://seanmonstar.com/blog/hyper-http2-continuation-flood/">https://seanmonstar.com/blog/hyper-http2-continuation-flood/</a>
for more info.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md">h2's
changelog</a>.</em></p>
<blockquote>
<h1>0.3.26 (April 3, 2024)</h1>
<ul>
<li>Limit number of CONTINUATION frames for misbehaving
connections.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="357127e279"><code>357127e</code></a>
v0.3.26</li>
<li><a
href="1a357aaefc"><code>1a357aa</code></a>
fix: limit number of CONTINUATION frames allowed</li>
<li><a
href="5b6c9e0da0"><code>5b6c9e0</code></a>
refactor: cleanup new unused warnings (<a
href="https://redirect.github.com/hyperium/h2/issues/757">#757</a>)</li>
<li>See full diff in <a
href="https://github.com/hyperium/h2/compare/v0.3.25...v0.3.26">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.3.25&new-version=0.3.26)](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/kwaroran/RisuAI/network/alerts).

</details>
2024-06-06 19:39:27 +09:00
kwaroran
0a4e2fe48c chore(deps): bump rustls from 0.21.10 to 0.21.12 in /src-tauri (#488)
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to
0.21.12.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3633152cc5"><code>3633152</code></a>
Cargo: v0.21.11 -&gt; v0.21.12</li>
<li><a
href="0baaeba7a8"><code>0baaeba</code></a>
proj: MSRV 1.61 -&gt; 1.63</li>
<li><a
href="6fd691a101"><code>6fd691a</code></a>
tls13: fix clippy::unnecessary_lazy_evaluations finding</li>
<li><a
href="6da53375a2"><code>6da5337</code></a>
Test for illegal IP address in server name extension</li>
<li><a
href="75f8857db7"><code>75f8857</code></a>
Ignore server_name extension containing IP address</li>
<li><a
href="7b8d1dbc1e"><code>7b8d1db</code></a>
Prepare 0.21.11</li>
<li><a
href="ebcb4782f2"><code>ebcb478</code></a>
complete_io: bail out if progress is impossible</li>
<li><a
href="20f35dfb6d"><code>20f35df</code></a>
Regression test for <code>complete_io</code> infinite loop bug</li>
<li><a
href="2f2aae15a4"><code>2f2aae1</code></a>
Don't specially handle unauthenticated close_notify alerts</li>
<li><a
href="e163587b98"><code>e163587</code></a>
Don't deny warnings from nightly clippy</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/rustls/compare/v/0.21.10...v/0.21.12">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.21.10&new-version=0.21.12)](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/kwaroran/RisuAI/network/alerts).

</details>
2024-06-06 19:39:17 +09:00
kwaroran
c1243aaf54 Bump version to 1.112.0 2024-06-06 19:38:58 +09:00
dependabot[bot]
91aa69783e chore(deps): bump h2 from 0.3.25 to 0.3.26 in /src-tauri
Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.25...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 16:52:34 +00:00
dependabot[bot]
0c746decb8 chore(deps): bump rustls from 0.21.10 to 0.21.12 in /src-tauri
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.12.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.10...v/0.21.12)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 16:51:37 +00:00
kwaroran
764c2370dd feat: add module apply 2024-06-05 16:38:44 +09:00
kwaroran
1b776c3076 Bump version to 1.111.6 2024-06-04 19:36:25 +09:00
kwaroran
658f14ec4e Bump version to 1.111.5 2024-06-04 19:08:39 +09:00
kwaroran
b40ec8a13d Bump version to 1.111.4 2024-06-04 00:53:03 +09:00
kwaroran
7e4fcef136 Bump version to 1.111.3 2024-06-03 22:16:08 +09:00
kwaroran
725b180094 Bump version to 1.111.2 2024-06-03 18:43:45 +09:00
kwaroran
0b722ba99b Bump version to 1.111.1 2024-06-03 18:07:34 +09:00
kwaroran
eecfa3cc21 Bump version to 1.111.0 2024-06-03 17:38:59 +09:00
kwaroran
760d1dd334 chore: Update version to 1.110.3 2024-05-31 13:31:41 +09:00
kwaroran
8af7f36214 chore: Update version to 1.110.2 2024-05-31 10:25:14 +09:00
kwaroran
f94964dbcf chore: Update version to 1.110.1 2024-05-30 18:13:09 +09:00
kwaroran
043dfd578f chore: Update version to 1.110.0 2024-05-30 13:41:18 +09:00
kwaroran
c23fa882d7 chore: Update app version to 1.109.0 2024-05-29 18:43:50 +09:00
kwaroran
d029631310 chore: Bump version to 1.108.2 2024-05-29 08:10:17 +09:00
kwaroran
78e70123f5 chore: Bump version to 1.108.1 2024-05-28 22:56:58 +09:00
kwaroran
01d43716ae chore: Update version to 1.108.0 2024-05-28 20:43:13 +09:00
kwaroran
b89890594b chore: Update version to 1.107.4 2024-05-28 02:25:24 +09:00
kwaroran
33fd4f2741 chore: Update version to 1.107.3 2024-05-28 01:48:57 +09:00
kwaroran
db9be4e240 chore: Update version to 1.107.2 2024-05-27 14:57:36 +09:00
kwaroran
fa288dc17a chore: Update version to 1.107.1 2024-05-27 13:29:52 +09:00
kwaroran
73eec2f018 chore: Update version to 1.107.0 2024-05-27 12:40:28 +09:00
kwaroran
29bd4f109d chore: Bump version to 1.106.5 2024-05-27 07:25:49 +09:00
kwaroran
f5c4978f8c chore: Bump version to 1.106.4 2024-05-27 00:47:51 +09:00
kwaroran
c606636b0c chore: Bump version to 1.106.3 2024-05-26 12:40:34 +09:00
kwaroran
4d304f75d2 chore: Bump version to 1.106.2 2024-05-26 12:26:18 +09:00
kwaroran
a450067505 chore: Bump version to 1.106.1 2024-05-26 11:55:27 +09:00
kwaroran
67755466ca chore: Update version to 1.106.0 2024-05-26 08:31:36 +09:00
kwaroran
e072bb1cbc chore: Update version to 1.105.1 2024-05-24 23:28:50 +09:00
kwaroran
b0579f34f7 Update version to 1.105.0 2024-05-24 11:31:07 +09:00
kwaroran
e59ddd080e Update version to 1.104.0 2024-05-23 08:17:11 +09:00
kwaroran
b53d3e677a Update version to 1.103.4 2024-05-22 19:36:45 +09:00
kwaroran
deef7de308 Update version to 1.103.3 2024-05-22 14:52:24 +09:00
kwaroran
641aea7477 Update version to 1.103.2 2024-05-19 06:56:39 +09:00
kwaroran
4f7e3995ed Update version to 1.103.1 2024-05-18 13:28:12 +09:00
kwaroran
66d39dc247 Update version to 1.103.0 2024-05-15 00:40:27 +09:00
kwaroran
a79a00bd00 chore: Update version to 1.102.4 2024-05-14 03:02:48 +09:00
kwaroran
35c633bfcf chore: Update version to 1.102.3 2024-05-14 02:36:00 +09:00
kwaroran
8e4871a8a9 chore: Update version to 1.102.2 2024-05-13 00:50:13 +09:00
kwaroran
c2f3054f63 chore: Update version numbers to 1.102.1 2024-05-07 04:30:54 +09:00
kwaroran
50fd644539 Update version to 1.102.0 2024-05-06 06:43:02 +09:00
kwaroran
6650f2a74e Update version numbers to 1.101.0 2024-05-01 08:15:57 +09:00
kwaroran
899c633c26 Update version numbers to 1.100.3 2024-05-01 07:55:10 +09:00
kwaroran
228b62d43b Update version numbers to 1.100.2 2024-04-27 06:27:33 +09:00
kwaroran
94c1b33d14 Update version numbers to 1.100.1 2024-04-26 22:35:16 +09:00