Skip to content

Commit 6245d67

Browse files
authored
chore(deps): bump data-encoding from 2.7.0 to 2.8.0 (#532)
Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.7.0 to 2.8.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ia0/data-encoding/commit/284f84626abdf0169a060fcc8d3199d6f09acefa"><code>284f846</code></a> Release 2.8.0 (<a href="https://redirect.github.com/ia0/data-encoding/issues/134">#134</a>)</li> <li><a href="https://github.com/ia0/data-encoding/commit/b6f9f3b9d602ca03643047a7e2ad2241b6e33d35"><code>b6f9f3b</code></a> Remove MSRV for unpublished crates (<a href="https://redirect.github.com/ia0/data-encoding/issues/133">#133</a>)</li> <li><a href="https://github.com/ia0/data-encoding/commit/c060e6873ca210c6dd443562e15c613b64434356"><code>c060e68</code></a> Delete outdated cargo cache to force save (<a href="https://redirect.github.com/ia0/data-encoding/issues/132">#132</a>)</li> <li><a href="https://github.com/ia0/data-encoding/commit/d62d722222b825d476a5e8e4061f1fbcdfe957e3"><code>d62d722</code></a> Remove top-level Makefile (<a href="https://redirect.github.com/ia0/data-encoding/issues/131">#131</a>)</li> <li><a href="https://github.com/ia0/data-encoding/commit/5e86676a3444967f183f9772c91bd17370265ba1"><code>5e86676</code></a> Improve CI workflow (<a href="https://redirect.github.com/ia0/data-encoding/issues/130">#130</a>)</li> <li><a href="https://github.com/ia0/data-encoding/commit/8a9537cf6473b6260ec7dfa321cd38509c561d24"><code>8a9537c</code></a> Improve fuzzing (<a href="https://redirect.github.com/ia0/data-encoding/issues/129">#129</a>)</li> <li><a href="https://github.com/ia0/data-encoding/commit/27a68f43cd92b6cb0bd9a15a09cedc79b5759843"><code>27a68f4</code></a> Add missing safety documentation and assertions for testing and fuzzing (<a href="https://redirect.github.com/ia0/data-encoding/issues/128">#128</a>)</li> <li><a href="https://github.com/ia0/data-encoding/commit/06b0d89b115c25937f0564a00df4cc21c33f2239"><code>06b0d89</code></a> Add BASE32_NOPAD_NOCASE and BASE32_NOPAD_VISUAL (<a href="https://redirect.github.com/ia0/data-encoding/issues/127">#127</a>)</li> <li>See full diff in <a href="https://github.com/ia0/data-encoding/compare/v2.7.0...v2.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=data-encoding&package-manager=cargo&previous-version=2.7.0&new-version=2.8.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
2 parents b958a6c + 686c02d commit 6245d67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde = { version = "1.0.217", features = ["derive"] }
3131
serde_json = "1.0.138"
3232
dirs = "5.0.1"
3333
rpassword = "7.3.1"
34-
data-encoding = "2.7.0"
34+
data-encoding = "2.8.0"
3535
copypasta-ext = "0.4.4"
3636
zeroize = { version = "1.8.1", features = ["zeroize_derive"] }
3737
clap = { version = "4.5.28", features = ["derive"] }

0 commit comments

Comments
 (0)