dependabot[bot] opened a new pull request, #3: URL: https://github.com/apache/casbin-swift-fluent-adapter/pull/3
Bumps [github.com/vapor/vapor](https://github.com/vapor/vapor) from 4.46.0 to 4.49.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vapor/vapor/releases">github.com/vapor/vapor's releases</a>.</em></p> <blockquote> <h2>4.120.0 - Fix compatibility with swift-log 1.8.0 and later</h2> <h2>What's Changed</h2> <p>Fix compatibility with swift-log 1.8.0 and later by <a href="https://github.com/gwynne"><code>@gwynne</code></a> in <a href="https://redirect.github.com/vapor/vapor/issues/3412">#3412</a></p> <blockquote> <p><a href="https://github.com/apple/swift-log">swift-log</a> introduced <code>CustomStringConvertible</code> and <code>LosslessStringConvertible</code> conformances on <code>Logger.Level</code> which cause build errors by conflicting with our implementations, so ours are now gone.</p> </blockquote> <h2>Reviewers</h2> <p>Thanks to the reviewers for their help:</p> <ul> <li><a href="https://github.com/ptoffy"><code>@ptoffy</code></a></li> </ul> <h6><em>This patch was released by <a href="https://github.com/gwynne"><code>@gwynne</code></a></em></h6> <p><strong>Full Changelog</strong>: <a href="https://github.com/vapor/vapor/compare/4.119.2...4.120.0">https://github.com/vapor/vapor/compare/4.119.2...4.120.0</a></p> <h2>4.118.0 - Update minimum Swift version to 6.0</h2> <h2>What's Changed</h2> <p>Update minimum Swift version to 6.0 by <a href="https://github.com/gwynne"><code>@gwynne</code></a> in <a href="https://redirect.github.com/vapor/vapor/issues/3365">#3365</a></p> <blockquote> <p>Clean up all the relevant <code>#if</code> conditionals, add theme settings to the API documentation, and clean up the tests. (FileTests and AsyncFileTests no longer crash on ten different force-unwraps when <code>#file</code> (now <code>#filePath</code>) is inaccessible.)</p> <p>The tests now also build and pass on iOS, watchOS, tvOS, and visionOS.</p> </blockquote> <h2>Reviewers</h2> <p>Thanks to the reviewers for their help:</p> <ul> <li><a href="https://github.com/MahdiBM"><code>@MahdiBM</code></a></li> </ul> <h6><em>This patch was released by <a href="https://github.com/0xTim"><code>@0xTim</code></a></em></h6> <p><strong>Full Changelog</strong>: <a href="https://github.com/vapor/vapor/compare/4.117.2...4.118.0">https://github.com/vapor/vapor/compare/4.117.2...4.118.0</a></p> <h2>4.117.0 - Fix warnings in 6.2</h2> <h2>What's Changed</h2> <p>Fix warnings in 6.2 by <a href="https://github.com/0xTim"><code>@0xTim</code></a> in <a href="https://redirect.github.com/vapor/vapor/issues/3361">#3361</a></p> <blockquote> <p>Fixes the warnings from the 6.2 RC</p> </blockquote> <h6><em>This patch was released by <a href="https://github.com/0xTim"><code>@0xTim</code></a></em></h6> <p><strong>Full Changelog</strong>: <a href="https://github.com/vapor/vapor/compare/4.116.0...4.117.0">https://github.com/vapor/vapor/compare/4.116.0...4.117.0</a></p> <h2>4.116.0 - Allow initializing Vapor.Application with a Logger</h2> <h2>What's Changed</h2> <p>Allow initializing Vapor.Application with a Logger by <a href="https://github.com/czechboy0"><code>@czechboy0</code></a> in <a href="https://redirect.github.com/vapor/vapor/issues/3359">#3359</a></p> <blockquote> <p>When using a single Logger in the whole app, it’s useful to be able to initialize the Vapor app with one as well, rather than letting it create one internally.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vapor/vapor/commit/27119271502bf266be293be5325f0fb72435e8fd"><code>2711927</code></a> Removing redundant call to beforeEncode() hook when encoding the default cont...</li> <li><a href="https://github.com/vapor/vapor/commit/f2ccd268a29e8201bb82f5e9e60f55c477c449bd"><code>f2ccd26</code></a> Add application/wasm HTTPMediaType (<a href="https://redirect.github.com/vapor/vapor/issues/2697">#2697</a>)</li> <li><a href="https://github.com/vapor/vapor/commit/a4b43015a4cac1b1f63776d30ea25c02e1e44562"><code>a4b4301</code></a> Fix Client Tests Thread Sanitiser issues (<a href="https://redirect.github.com/vapor/vapor/issues/2699">#2699</a>)</li> <li><a href="https://github.com/vapor/vapor/commit/8ee22de2845af389b9ed0e24f63983a0b5da6ab9"><code>8ee22de</code></a> Expand Crypto dependencies (<a href="https://redirect.github.com/vapor/vapor/issues/2692">#2692</a>)</li> <li><a href="https://github.com/vapor/vapor/commit/6c25380aeec41d80b705acbcd6d643621e4f7b72"><code>6c25380</code></a> Update provider tests to use Swift 5.5 (<a href="https://redirect.github.com/vapor/vapor/issues/2691">#2691</a>)</li> <li><a href="https://github.com/vapor/vapor/commit/f9f68e5f417ef1de56222a80079a72605fbfde8d"><code>f9f68e5</code></a> Handle null key correctly in validation when not required (<a href="https://redirect.github.com/vapor/vapor/issues/2689">#2689</a>)</li> <li><a href="https://github.com/vapor/vapor/commit/bc6976497071611f6293402f1f30bf27b9dff784"><code>bc69764</code></a> Tweaks to the README</li> <li><a href="https://github.com/vapor/vapor/commit/69b0e257b1a86c1eaa1767563a093e208fdb8fab"><code>69b0e25</code></a> Fix Xcode 13 RC build failure by not sending an optional to free() (<a href="https://redirect.github.com/vapor/vapor/issues/2687">#2687</a>)</li> <li><a href="https://github.com/vapor/vapor/commit/21af9d0935733ffaa2832e473779d01edcf6ed84"><code>21af9d0</code></a> Correctly pass <code>SocketAddress</code> through to <code>Request</code> convenience initialiser (...</li> <li><a href="https://github.com/vapor/vapor/commit/a8bd13fa10b14d2c014f002a4eed0558f66bcf6f"><code>a8bd13f</code></a> Default HTTPServer.Configuration.supportPipelining to true (<a href="https://redirect.github.com/vapor/vapor/issues/2677">#2677</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vapor/vapor/compare/4.46.0...4.49.2">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 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/apache/casbin-swift-fluent-adapter/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
