Bump data-encoding from 2.3.2 to 2.4.0 in /packer (#4760)
Summary: Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.3.2 to 2.4.0. <details> <summary>Commits</summary> <ul> <li><a href="f33934d42b"><code>f33934d</code></a> Release 2.4.0 (<a href="https://redirect.github.com/ia0/data-encoding/issues/67">https://github.com/facebook/flipper/issues/67</a>)</li> <li><a href="0fe84fab1c"><code>0fe84fa</code></a> Fix typo in lib.rs (<a href="https://redirect.github.com/ia0/data-encoding/issues/65">https://github.com/facebook/flipper/issues/65</a>)</li> <li><a href="39bfd68c8d"><code>39bfd68</code></a> Run semver-chesk on stable (<a href="https://redirect.github.com/ia0/data-encoding/issues/66">https://github.com/facebook/flipper/issues/66</a>)</li> <li><a href="24af65db5a"><code>24af65d</code></a> Add semver-checks test (<a href="https://redirect.github.com/ia0/data-encoding/issues/60">https://github.com/facebook/flipper/issues/60</a>)</li> <li><a href="2101ab6f53"><code>2101ab6</code></a> Stop using actions-rs (<a href="https://redirect.github.com/ia0/data-encoding/issues/64">https://github.com/facebook/flipper/issues/64</a>)</li> <li><a href="797069b110"><code>797069b</code></a> Release bin 0.3.2 (<a href="https://redirect.github.com/ia0/data-encoding/issues/63">https://github.com/facebook/flipper/issues/63</a>)</li> <li><a href="61637ba310"><code>61637ba</code></a> Fix crash with invalid length for base16 (<a href="https://redirect.github.com/ia0/data-encoding/issues/62">https://github.com/facebook/flipper/issues/62</a>)</li> <li><a href="1265f22f5e"><code>1265f22</code></a> Use checkout v3 (<a href="https://redirect.github.com/ia0/data-encoding/issues/61">https://github.com/facebook/flipper/issues/61</a>)</li> <li><a href="db52b41640"><code>db52b41</code></a> Fix rustfmt</li> <li><a href="5c7924deb7"><code>5c7924d</code></a> Run tests with Miri (<a href="https://redirect.github.com/ia0/data-encoding/issues/59">https://github.com/facebook/flipper/issues/59</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ia0/data-encoding/compare/v2.3.2...v2.4.0">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/4760 Reviewed By: ivanmisuno Differential Revision: D46070290 Pulled By: passy fbshipit-source-id: be172c0af7145d7a4ff8e25501b3c909879e7e6a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4f9144c71d
commit
cb74386b13
4
packer/Cargo.lock
generated
4
packer/Cargo.lock
generated
@@ -189,9 +189,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "data-encoding"
|
name = "data-encoding"
|
||||||
version = "2.3.2"
|
version = "2.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "digest"
|
name = "digest"
|
||||||
|
|||||||
Reference in New Issue
Block a user