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

Commit 5845785

Browse files
Merge #719
719: Bump derive_more from 0.99.7 to 0.99.8 r=mergify[bot] a=dependabot-preview[bot] Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.7 to 0.99.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md">derive_more's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="http://keepachangelog.com/">Keep a Changelog</a> and this project adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JelteF/derive_more/commit/b39dbeac5f9c26ca50943f61ad953c2117354885"><code>b39dbea</code></a> (cargo-release) version 0.99.8</li> <li><a href="https://github.com/JelteF/derive_more/commit/ea5f00cfcadd1faea66d452d225942956e415a6b"><code>ea5f00c</code></a> Fix generic trait bound for AsRef, AsMut (<a href="https://github-redirect.dependabot.com/JelteF/derive_more/issues/129">#129</a>)</li> <li><a href="https://github.com/JelteF/derive_more/commit/642f437bb0100b98cf304a1a1062207ead44f6b7"><code>642f437</code></a> Fix a few typos (<a href="https://github-redirect.dependabot.com/JelteF/derive_more/issues/132">#132</a>)</li> <li><a href="https://github.com/JelteF/derive_more/commit/be526bb8a28fe1146d6dfb6c1a74dd54c5c024f9"><code>be526bb</code></a> (cargo-release) start next development iteration 0.99.8-alpha.0</li> <li>See full diff in <a href="https://github.com/JelteF/derive_more/compare/v0.99.7...v0.99.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=derive_more&package-manager=cargo&previous-version=0.99.7&new-version=0.99.8)](https://dependabot.com/compatibility-score/?dependency-name=derive_more&package-manager=cargo&previous-version=0.99.7&new-version=0.99.8) 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 4b11551 + 34b9975 commit 5845785

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.7"
10+
derive_more = "0.99.8"
1111
dirs = "2"
1212
envfile = "0.2"
1313
futures = { version = "0.3", features = ["compat"] }

0 commit comments

Comments
 (0)