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

Commit 24db506

Browse files
Merge #1749
1749: Bump config from 0.9.3 to 0.10.1 r=mergify[bot] a=dependabot-preview[bot] Bumps [config](https://github.com/mehcode/config-rs) from 0.9.3 to 0.10.1. <details> <summary>Changelog</summary> *Sourced from [config's changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md).* > ## 0.10.1 - 2019-12-07 > - Allow enums as configuration keys [#119](https://github-redirect.dependabot.com/mehcode/config-rs/issues/119) > > [#119](https://github-redirect.dependabot.com/mehcode/config-rs/issues/119): [rust-cli/config-rs#119](https://github-redirect.dependabot.com/mehcode/config-rs/pull/119) > > ## 0.10.0 - 2019-12-07 > - Remove lowercasing of keys (unless the key is coming from an environment variable). > - Update nom to 5.x </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/mehcode/config-rs/commits) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=config&package-manager=cargo&previous-version=0.9.3&new-version=0.10.1)](https://dependabot.com/compatibility-score.html?dependency-name=config&package-manager=cargo&previous-version=0.9.3&new-version=0.10.1) You can trigger a rebase of this PR 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 bd47a37 + c17be18 commit 24db506

File tree

2 files changed

+38
-23
lines changed

2 files changed

+38
-23
lines changed

Cargo.lock

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

cnd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bitcoin = { version = "0.19.1", features = ["use-serde"] }
1515
blockchain_contracts = "0.1"
1616
byteorder = "1.3"
1717
chrono = { version = "0.4", features = ["serde"] }
18-
config = { version = "0.9", features = ["toml"] }
18+
config = { version = "0.10", features = ["toml"] }
1919
debug_stub_derive = "0.3"
2020
derivative = "1"
2121
derive_more = "0.99.2"

0 commit comments

Comments
 (0)