Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 9477070

Browse files
Merge #735
735: Bump derive_more from 0.99.8 to 0.99.9 r=mergify[bot] a=dependabot[bot] Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.8 to 0.99.9. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JelteF/derive_more/commit/a7ead18e74a3dba48100b49cd59a91543843ba8f"><code>a7ead18</code></a> (cargo-release) version 0.99.9</li> <li><a href="https://github.com/JelteF/derive_more/commit/231484fb6abe9cc3ac741fa5fa9b04f732776a07"><code>231484f</code></a> Fix from(forward) with multiple generic fields</li> <li><a href="https://github.com/JelteF/derive_more/commit/0b651107a18870dd81023b58b65c5689293a889a"><code>0b65110</code></a> (cargo-release) start next development iteration 0.99.9-alpha.0</li> <li>See full diff in <a href="https://github.com/JelteF/derive_more/compare/v0.99.8...v0.99.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=derive_more&package-manager=cargo&previous-version=0.99.8&new-version=0.99.9)](https://help.github.com/articles/configuring-automated-security-fixes) 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 </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 8f08b59 + a9b5a16 commit 9477070

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

scripts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
[dependencies]
88
anyhow = "1.0.31"
99
clarity = "0.1"
10-
derive_more = "0.99.8"
10+
derive_more = "0.99.9"
1111
dirs = "3"
1212
envfile = "0.2"
1313
futures = { version = "0.3", features = ["compat"] }

0 commit comments

Comments
 (0)