Skip to content

Commit 1f613f6

Browse files
Merge #691
691: Update diesel-async requirement from 0.5.0 to 0.6.1 r=curquiza a=dependabot[bot] Updates the requirements on [diesel-async](https://github.com/weiznich/diesel_async) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/weiznich/diesel_async/releases">diesel-async's releases</a>.</em></p> <blockquote> <h2>Diesel-Async 0.6.1</h2> <h2>What's Changed</h2> <ul> <li>Fix building with different feature combinations</li> </ul> <p>You can support the development of diesel-async by contributions or by sponsoring the project on GitHub.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/weiznich/diesel_async/compare/v0.6.0...v0.6.1">https://github.com/weiznich/diesel_async/compare/v0.6.0...v0.6.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/weiznich/diesel_async/blob/main/CHANGELOG.md">diesel-async's changelog</a>.</em></p> <blockquote> <h2>[0.6.1] - 2025-07-03</h2> <ul> <li>Fix features for some dependencies</li> </ul> <h2>[0.6.0] - 2025-07-02</h2> <ul> <li>Allow to control the statement cache size</li> <li>Minimize dependencies features</li> <li>Bump minimal supported mysql_async version to 0.36.0</li> <li>Fixing a bug in how we tracked open transaction that could lead to dangling transactions is specific cases</li> </ul> <h2>[0.5.2] - 2024-11-26</h2> <ul> <li>Fixed an issue around transaction cancellation that could lead to connection pools containing connections with dangling transactions</li> </ul> <h2>[0.5.1] - 2024-11-01</h2> <ul> <li>Add crate feature <code>pool</code> for extending connection pool implements through external crate</li> <li>Implement <code>Deref</code> and <code>DerefMut</code> for <code>AsyncConnectionWrapper</code> to allow using it in an async context as well</li> </ul> <h2>[0.5.0] - 2024-07-19</h2> <ul> <li>Added type <code>diesel_async::pooled_connection::mobc::PooledConnection</code></li> <li>MySQL/MariaDB now use <code>CLIENT_FOUND_ROWS</code> capability to allow consistent behaviour with PostgreSQL regarding return value of UPDATe commands.</li> <li>The minimal supported rust version is now 1.78.0</li> <li>Add a <code>SyncConnectionWrapper</code> type that turns a sync connection into an async one. This enables SQLite support for diesel-async</li> <li>Add support for <code>diesel::connection::Instrumentation</code> to support logging and other instrumentation for any of the provided connection impls.</li> <li>Bump minimal supported mysql_async version to 0.34</li> </ul> <h2>[0.4.1] - 2023-09-01</h2> <ul> <li>Fixed feature flags for docs.rs</li> </ul> <h2>[0.4.0] - 2023-09-01</h2> <ul> <li>Add a <code>AsyncConnectionWrapper</code> type to turn a <code>diesel_async::AsyncConnection</code> into a <code>diesel::Connection</code>. This might be used to execute migrations via <code>diesel_migrations</code>.</li> <li>Add some connection pool configurations to specify how connections in the pool should be checked if they are still valid</li> </ul> <h2>[0.3.2] - 2023-07-24</h2> <ul> <li>Fix <code>TinyInt</code> serialization</li> <li>Check for open transactions before returning the connection to the pool</li> </ul> <h2>[0.3.1] - 2023-06-07</h2> <ul> <li>Minor readme fixes</li> <li>Add a missing <code>UpdateAndFetchResults</code> impl</li> </ul> <h2>[0.3.0] - 2023-05-26</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/weiznich/diesel_async/commit/82b8c375c80c59f986e07b0fe7eaee30112648a4"><code>82b8c37</code></a> Merge pull request <a href="https://redirect.github.com/weiznich/diesel_async/issues/245">#245</a> from weiznich/fix/244</li> <li><a href="https://github.com/weiznich/diesel_async/commit/6a413a84800c87c2397eef8d8fb9249168ac1df4"><code>6a413a8</code></a> Fix building with different feature combinations</li> <li><a href="https://github.com/weiznich/diesel_async/commit/52dc60134a3e2221d84212a69b5854b3d9b51917"><code>52dc601</code></a> Fix Changelog</li> <li><a href="https://github.com/weiznich/diesel_async/commit/f043b13e93c16d08925ebc3178d49c7abfe6810a"><code>f043b13</code></a> Prepare a diesel_async 0.6.0 release</li> <li><a href="https://github.com/weiznich/diesel_async/commit/a9f7a35f7a3b3d32f6316a6b83a8ad9bdfebbbce"><code>a9f7a35</code></a> Copy new statement cache form diesel to unblock a release</li> <li><a href="https://github.com/weiznich/diesel_async/commit/f8263a18147c49bc2a4d24707540c9731a814777"><code>f8263a1</code></a> Merge pull request <a href="https://redirect.github.com/weiznich/diesel_async/issues/240">#240</a> from progval/patch-1</li> <li><a href="https://github.com/weiznich/diesel_async/commit/5f4aae077dd1bb48bc149f1ff0735a2e5ae59409"><code>5f4aae0</code></a> Fix documentation link to SyncConnectionWrapper</li> <li><a href="https://github.com/weiznich/diesel_async/commit/540b1a5a44eeb0e7cad63c008d931671d38cd8cc"><code>540b1a5</code></a> Merge pull request <a href="https://redirect.github.com/weiznich/diesel_async/issues/242">#242</a> from weiznich/fix/241</li> <li><a href="https://github.com/weiznich/diesel_async/commit/2e4075aae1af8eaaf957b134913804e87dcbc573"><code>2e4075a</code></a> Fix a bug in how we handle serialization errors</li> <li><a href="https://github.com/weiznich/diesel_async/commit/7d456345484c4aa44998707a69633ecfb2653ee3"><code>7d45634</code></a> Merge pull request <a href="https://redirect.github.com/weiznich/diesel_async/issues/239">#239</a> from weiznich/fix/bump_msrv_1.84</li> <li>Additional commits viewable in <a href="https://github.com/weiznich/diesel_async/compare/v0.5.0...v0.6.1">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents f0fa762 + 3d88f64 commit 1f613f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web_app_graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ actix-web = "4.4.0"
1212
async-graphql = "6.0.11"
1313
async-graphql-actix-web = "6.0.11"
1414
diesel = { version = "2.1.4", features = ["postgres"] }
15-
diesel-async = { version = "0.5.0", features = ["postgres", "deadpool"] }
15+
diesel-async = { version = "0.6.1", features = ["postgres", "deadpool"] }
1616
diesel_migrations = "2.1.0"
1717
dotenvy = "0.15.7"
1818
env_logger = "0.11.3"

0 commit comments

Comments
 (0)