Skip to content

Commit 842c783

Browse files
authored
chore(deps): bump duplicate from 2.0.0 to 2.0.1 (#112)
Bumps [duplicate](https://github.com/Emoun/duplicate) from 2.0.0 to 2.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Emoun/duplicate/blob/master/CHANGELOG.md">duplicate's changelog</a>.</em></p> <blockquote> <h2>[2.0.1] - 2025-11-03</h2> <h3>Changed</h3> <ul> <li>Documentaion on nested invocations now clarifies that inner calls to <code>duplicate</code> are expanded before outer calls.</li> </ul> <h3>Fixed</h3> <ul> <li>Hints no longer print unusual Unicode characters. This was caused by <a href="https://redirect.github.com/SergioBenitez/proc-macro2-diagnostics/issues/11">an issue with the <code>proc-macro2-diagnostics</code></a> crate.</li> <li>Fixed an issue where nested calls would result in outer calls only using substitutes from the first substitution group in all duplicates.</li> <li>Module disambiguation now produces an error if no substitution identifier is suitable for disambiguating the module name. See <a href="https://redirect.github.com/Emoun/duplicate/issues/64">#64</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Emoun/duplicate/commit/7c1e8a557b47c8d5e0ff33fd3d548fcdbb86364c"><code>7c1e8a5</code></a> Module disambiguation now errors if cannot disambiguate.</li> <li><a href="https://github.com/Emoun/duplicate/commit/06154e03b5d85084e320c8b72802478b2db4c791"><code>06154e0</code></a> Hint tests no longer check for the 'help' prefix.</li> <li><a href="https://github.com/Emoun/duplicate/commit/eb80f59ab0e68193ef4d84680376d731779d9305"><code>eb80f59</code></a> Fixed issue with nested calls not substituting correctly</li> <li><a href="https://github.com/Emoun/duplicate/commit/8f390986f7eb5ef4b45b5d95f6656af9824cd89d"><code>8f39098</code></a> Hints no longer print unusual unicode characters.</li> <li><a href="https://github.com/Emoun/duplicate/commit/208eccb3366e86f105ae58970c7ee89b8bd11b72"><code>208eccb</code></a> Reset CHANGELOG after v2.0.0.</li> <li>See full diff in <a href="https://github.com/Emoun/duplicate/compare/2.0.0...2.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=duplicate&package-manager=cargo&previous-version=2.0.0&new-version=2.0.1)](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) </details>
2 parents 2baf2dc + c3943fa commit 842c783

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

Cargo.lock

Lines changed: 3 additions & 10 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
@@ -7,7 +7,7 @@ license = "MIT"
77

88
[dependencies]
99
bitflags = "2.10.0"
10-
duplicate = "2.0.0"
10+
duplicate = "2.0.1"
1111
fixed-resample = "0.9.2"
1212
log = { version = "0.4.28", features = ["kv"] }
1313
ndarray = "0.16.1"

0 commit comments

Comments
 (0)