redbaty / Wasari

Downloads anime episodes
MIT License
10 stars 3 forks source link

Bump the dependencies group with 7 updates #114

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the dependencies group with 7 updates:

Package From To
System.IdentityModel.Tokens.Jwt 7.5.0 7.5.1
WolverineFx 2.1.2 2.2.1
WolverineFx.EntityFrameworkCore 2.1.2 2.2.1
WolverineFx.FluentValidation 2.1.2 2.2.1
WolverineFx.Postgresql 2.1.2 2.2.1
MSTest.TestAdapter 3.3.0 3.3.1
MSTest.TestFramework 3.3.0 3.3.1

Updates System.IdentityModel.Tokens.Jwt from 7.5.0 to 7.5.1

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

7.5.1

Performance Improvements:

  • Use Base64.DecodeFromUtf8InPlace for base64 decode that saves 12% on token read time. Note that JsonWebToken no longer throws ArgumentOutOfRangeException and ArgumentException exceptions. See PR #2504. By @​keegan-caruso.

Fundamentals:

Bug Fix:

  • Contribution from @​martinb69 to fix correct parsing of UserInfoEndpoint. See issue #2548 for details.
Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

7.5.1

Performance Improvements:

  • Use Base64.DecodeFromUtf8InPlace for base64 decode that saves 12% on token read time. Note that JsonWebToken no longer throws ArgumentOutOfRangeException and ArgumentException exceptions. See PR #2504.

Fundamentals:

Bug Fix:

  • Contribution from @​martinb69 to fix correct parsing of UserInfoEndpoint. See issue #2548 for details.
Commits


Updates WolverineFx from 2.1.2 to 2.2.1

Release notes

Sourced from WolverineFx's releases.

V2.2.1

What's Changed

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.2.0...V2.2.1

V2.2.0

What's Changed

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.1.2...V2.2.0

Commits
  • 4a6f84c Fix for the erroneous inclusion of GeneratedStreamStateQueryHandler as a Mart...
  • 151d32d Bumping to 2.2.0
  • 7d56743 Exclusive or sticky listeners that only run on one node. Strict ordering reci...
  • 1f3433d Little refresh of the Marten integration documentation
  • ed405a5 Docs on Marten side effects that are long overdue
  • 028eaaf Very minor tweaks to dead letter queue http endpoint config
  • 11d6ac9 move to Swashbuckle.AspNetCore 6.5.0
  • 97c2e37 Remove method injection of bus in constructor injection example
  • 075f91a #698 Update code blocks in documentation
  • 27f517e Update Program.cs
  • Additional commits viewable in compare view


Updates WolverineFx.EntityFrameworkCore from 2.1.2 to 2.2.1

Release notes

Sourced from WolverineFx.EntityFrameworkCore's releases.

V2.2.1

What's Changed

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.2.0...V2.2.1

V2.2.0

What's Changed

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.1.2...V2.2.0

Commits
  • 4a6f84c Fix for the erroneous inclusion of GeneratedStreamStateQueryHandler as a Mart...
  • 151d32d Bumping to 2.2.0
  • 7d56743 Exclusive or sticky listeners that only run on one node. Strict ordering reci...
  • 1f3433d Little refresh of the Marten integration documentation
  • ed405a5 Docs on Marten side effects that are long overdue
  • 028eaaf Very minor tweaks to dead letter queue http endpoint config
  • 11d6ac9 move to Swashbuckle.AspNetCore 6.5.0
  • 97c2e37 Remove method injection of bus in constructor injection example
  • 075f91a #698 Update code blocks in documentation
  • 27f517e Update Program.cs
  • Additional commits viewable in compare view


Updates WolverineFx.FluentValidation from 2.1.2 to 2.2.1

Release notes

Sourced from WolverineFx.FluentValidation's releases.

V2.2.1

What's Changed

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.2.0...V2.2.1

V2.2.0

What's Changed

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.1.2...V2.2.0

Commits
  • 4a6f84c Fix for the erroneous inclusion of GeneratedStreamStateQueryHandler as a Mart...
  • 151d32d Bumping to 2.2.0
  • 7d56743 Exclusive or sticky listeners that only run on one node. Strict ordering reci...
  • 1f3433d Little refresh of the Marten integration documentation
  • ed405a5 Docs on Marten side effects that are long overdue
  • 028eaaf Very minor tweaks to dead letter queue http endpoint config
  • 11d6ac9 move to Swashbuckle.AspNetCore 6.5.0
  • 97c2e37 Remove method injection of bus in constructor injection example
  • 075f91a #698 Update code blocks in documentation
  • 27f517e Update Program.cs
  • Additional commits viewable in compare view


Updates WolverineFx.Postgresql from 2.1.2 to 2.2.1

Release notes

Sourced from WolverineFx.Postgresql's releases.

V2.2.1

What's Changed

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.2.0...V2.2.1

V2.2.0

What's Changed

Full Changelog: https://github.com/JasperFx/wolverine/compare/V2.1.2...V2.2.0

Commits
  • 4a6f84c Fix for the erroneous inclusion of GeneratedStreamStateQueryHandler as a Mart...
  • 151d32d Bumping to 2.2.0
  • 7d56743 Exclusive or sticky listeners that only run on one node. Strict ordering reci...
  • 1f3433d Little refresh of the Marten integration documentation
  • ed405a5 Docs on Marten side effects that are long overdue
  • 028eaaf Very minor tweaks to dead letter queue http endpoint config
  • 11d6ac9 move to Swashbuckle.AspNetCore 6.5.0
  • 97c2e37 Remove method injection of bus in constructor injection example
  • 075f91a #698 Update code blocks in documentation
  • 27f517e Update Program.cs
  • Additional commits viewable in compare view


Updates MSTest.TestAdapter from 3.3.0 to 3.3.1

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.3.1

See the release notes here

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.3.1] - 2024-04-04

See full log here

Fixed

Artifacts

  • MSTest: 3.3.1
  • MSTest.TestFramework: 3.3.1
  • MSTest.TestAdapter: 3.3.1
  • MSTest.Analyzers: 3.3.1
  • MSTest.Sdk: 3.3.1
  • Microsoft.Testing.Extensions.CrashDump: 1.1.0
  • Microsoft.Testing.Extensions.HangDump: 1.1.0
  • Microsoft.Testing.Extensions.HotReload: 1.1.0
  • Microsoft.Testing.Extensions.Retry: 1.1.0
  • Microsoft.Testing.Extensions.TrxReport: 1.1.0
Commits


Updates MSTest.TestFramework from 3.3.0 to 3.3.1

Release notes

Sourced from MSTest.TestFramework's releases.

v3.3.1

See the release notes here

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.3.1] - 2024-04-04

See full log here

Fixed

Artifacts

  • MSTest: 3.3.1
  • MSTest.TestFramework: 3.3.1
  • MSTest.TestAdapter: 3.3.1
  • MSTest.Analyzers: 3.3.1
  • MSTest.Sdk: 3.3.1
  • Microsoft.Testing.Extensions.CrashDump: 1.1.0
  • Microsoft.Testing.Extensions.HangDump: 1.1.0
  • Microsoft.Testing.Extensions.HotReload: 1.1.0
  • Microsoft.Testing.Extensions.Retry: 1.1.0
  • Microsoft.Testing.Extensions.TrxReport: 1.1.0
Commits


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 commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions