Browse Source

Merge #749

749: Bump derive_more from 0.99.16 to 0.99.17 r=thomaseizinger a=dependabot[bot]

Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.16 to 0.99.17.
<details>
<summary>Commits</summary>
<ul>
<li><a href="718fbb6757"><code>718fbb6</code></a> (cargo-release) version 0.99.17</li>
<li><a href="b363ae036e"><code>b363ae0</code></a> Add documentation for DebugCustom derive (<a href="https://github-redirect.dependabot.com/JelteF/derive_more/issues/172">#172</a>)</li>
<li><a href="efbe8245ab"><code>efbe824</code></a> Check dependencies minimal versions on CI (<a href="https://github-redirect.dependabot.com/JelteF/derive_more/issues/175">#175</a>)</li>
<li><a href="52fe1c9034"><code>52fe1c9</code></a> (cargo-release) start next development iteration 0.99.17-alpha.0</li>
<li>See full diff in <a href="https://github.com/JelteF/derive_more/compare/v0.99.16...v0.99.17">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.16&new-version=0.99.17)](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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore/leaner-release-process
bors[bot] 3 years ago
committed by GitHub
parent
commit
eabfbbfe47
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      daemon/Cargo.toml

4
Cargo.lock

@ -690,9 +690,9 @@ dependencies = [
[[package]]
name = "derive_more"
version = "0.99.16"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"proc-macro2",
"quote",

2
daemon/Cargo.toml

@ -11,7 +11,7 @@ bdk = { version = "0.13", default-features = false, features = ["sqlite", "elect
bytes = "1"
chrono = { version = "0.4", features = ["serde"] }
clap = "3.0.0-beta.5"
derive_more = { version = "0.99.16", default-features = false, features = ["display"] }
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
futures = { version = "0.3", default-features = false }
hex = "0.4"
hkdf = "0.11"

Loading…
Cancel
Save