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

Commit 092e3ea

Browse files
Merge #723
723: Bump dirs from 2.0.2 to 3.0.0 r=mergify[bot] a=dependabot-preview[bot] Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.2 to 3.0.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/soc/dirs-rs/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=dirs&package-manager=cargo&previous-version=2.0.2&new-version=3.0.0)](https://dependabot.com/compatibility-score/?dependency-name=dirs&package-manager=cargo&previous-version=2.0.2&new-version=3.0.0) 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 e6e40f2 + 3afe28b commit 092e3ea

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

Cargo.lock

Lines changed: 28 additions & 29 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
@@ -8,7 +8,7 @@ edition = "2018"
88
anyhow = "1.0.31"
99
clarity = "0.1"
1010
derive_more = "0.99.8"
11-
dirs = "2"
11+
dirs = "3"
1212
envfile = "0.2"
1313
futures = { version = "0.3", features = ["compat"] }
1414
futures_01 = { package = "futures", version = "0.1" }

0 commit comments

Comments
 (0)