Bump ignore from 0.4.17 to 0.4.18 in /packer (#2447)
Summary: Bumps [ignore](https://github.com/BurntSushi/ripgrep) from 0.4.17 to 0.4.18. <details> <summary>Commits</summary> <ul> <li><a href="14860b0f16"><code>14860b0</code></a> ignore-0.4.18</li> <li><a href="0eb1a1e7c9"><code>0eb1a1e</code></a> deps/globset: update minimal versions</li> <li><a href="5631e5c7a0"><code>5631e5c</code></a> globset-0.4.7</li> <li><a href="0ee85a89f5"><code>0ee85a8</code></a> deps: update to memmap2</li> <li><a href="e824531e38"><code>e824531</code></a> edition: manual changes</li> <li><a href="af54069c51"><code>af54069</code></a> edition: run 'cargo fix --edition --edition-idioms --all'</li> <li><a href="77a9e99964"><code>77a9e99</code></a> edition: set edition=2018</li> <li><a href="459a9c5637"><code>459a9c5</code></a> edition: initial 'cargo fix --edition' run</li> <li><a href="5d0f2b0fc0"><code>5d0f2b0</code></a> ignore/types: config.ru and *.rbw Ruby</li> <li><a href="fbb2cfed28"><code>fbb2cfe</code></a> printer: trim line terminator before doing replacements</li> <li>Additional commits viewable in <a href="https://github.com/BurntSushi/ripgrep/compare/ignore-0.4.17...ignore-0.4.18">compare view</a></li> </ul> </details> <br /> [](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> Pull Request resolved: https://github.com/facebook/flipper/pull/2447 Reviewed By: jknoxville Differential Revision: D29129139 Pulled By: passy fbshipit-source-id: 574eb73e23613617703c9617d56c34a3f24db1e3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2f1042a9b7
commit
e425c84abd
8
packer/Cargo.lock
generated
8
packer/Cargo.lock
generated
@@ -284,9 +284,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "globset"
|
||||
version = "0.4.6"
|
||||
version = "0.4.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a"
|
||||
checksum = "f0fc1b9fa0e64ffb1aa5b95daa0f0f167734fd528b7c02eabc581d9d843649b1"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"bstr",
|
||||
@@ -306,9 +306,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ignore"
|
||||
version = "0.4.17"
|
||||
version = "0.4.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
|
||||
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
|
||||
dependencies = [
|
||||
"crossbeam-utils",
|
||||
"globset",
|
||||
|
||||
@@ -22,7 +22,7 @@ serde_json = "1.0.64"
|
||||
rayon = "1.5.1"
|
||||
indicatif = "^0.15"
|
||||
xz2 = "0.1.6"
|
||||
ignore = "^0.4.17"
|
||||
ignore = "^0.4.18"
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3.7"
|
||||
|
||||
Reference in New Issue
Block a user