mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #26535 - servo:dependabot/cargo/walkdir-2.3.1, r=jdm
Bump walkdir from 2.2.7 to 2.3.1 Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.2.7 to 2.3.1. <details> <summary>Commits</summary> <ul> <li><a href="00df609016
"><code>00df609</code></a> 2.3.1</li> <li><a href="ed87b1ee21
"><code>ed87b1e</code></a> edition: switch to Rust 2018</li> <li><a href="c584a1d56c
"><code>c584a1d</code></a> style: switch to rustfmt</li> <li><a href="dc7499a6c6
"><code>dc7499a</code></a> ci: switch to actions-rs/toolchain</li> <li><a href="003ee8378c
"><code>003ee83</code></a> 2.3.0</li> <li><a href="64367023b1
"><code>6436702</code></a> style: use 'dyn' for trait objects</li> <li><a href="580acab20f
"><code>580acab</code></a> msrv: bump to 1.34.0</li> <li><a href="901cadaa74
"><code>901cada</code></a> ci: switch to GitHub Actions</li> <li><a href="8e757b15d1
"><code>8e757b1</code></a> readme: document MSRV policy</li> <li><a href="7c7013259e
"><code>7c70132</code></a> 2.2.9</li> <li>Additional commits viewable in <a href="https://github.com/BurntSushi/walkdir/compare/2.2.7...2.3.1">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=walkdir&package-manager=cargo&previous-version=2.2.7&new-version=2.3.1) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
c2c274d716
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6210,9 +6210,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|||
|
||||
[[package]]
|
||||
name = "walkdir"
|
||||
version = "2.2.7"
|
||||
version = "2.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
|
||||
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
||||
dependencies = [
|
||||
"same-file",
|
||||
"winapi",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue