Skip to content

Commit 1388190

Browse files
chore(deps): bump pin-project from 1.1.12 to 1.1.13 (#5691)
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.1.12 to 1.1.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/pin-project/releases">pin-project's releases</a>.</em></p> <blockquote> <h2>1.1.13</h2> <ul> <li>Suppress <code>clippy::missing_trait_methods</code> lint in generated code.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md">pin-project's changelog</a>.</em></p> <blockquote> <h2>[1.1.13] - 2026-05-13</h2> <ul> <li>Suppress <code>clippy::missing_trait_methods</code> lint in generated code.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/taiki-e/pin-project/commit/c3b6b85f7e1674602c0ed693da985b33b2452c3c"><code>c3b6b85</code></a> Release 1.1.13</li> <li><a href="https://github.com/taiki-e/pin-project/commit/61a5c74806c90ea24239ff2ce98043d2ede8f3a8"><code>61a5c74</code></a> Ignore clippy::missing_trait_methods lint in generated code</li> <li><a href="https://github.com/taiki-e/pin-project/commit/31f59f874916480cc97d3431b0a40b29eb808433"><code>31f59f8</code></a> ci,tools: Update config and script</li> <li>See full diff in <a href="https://github.com/taiki-e/pin-project/compare/v1.1.12...v1.1.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pin-project&package-manager=cargo&previous-version=1.1.12&new-version=1.1.13)](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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b00add commit 1388190

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ opentelemetry-http = { default-features = false, version = "0.31" }
393393
opentelemetry-otlp = { default-features = false, version = "0.31" }
394394
parse-size = { default-features = false, version = "1.1" }
395395
percent-encoding = { default-features = false, version = "2.3" }
396-
pin-project = { default-features = false, version = "1.1.12" }
396+
pin-project = { default-features = false, version = "1.1.13" }
397397
rand = { default-features = false, version = "0.10" }
398398
p256 = { default-features = false, version = "0.13" }
399399
rust_decimal = { default-features = false, version = "1.42.0", features = ["std"] }

0 commit comments

Comments
 (0)