Skip to content

Commit 02abf1c

Browse files
authored
build(deps): bump data-encoding from 2.7.0 to 2.8.0 (#4000)
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 36e9d62 + a2c6543 commit 02abf1c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

crates/axum-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workspace = true
1515
axum.workspace = true
1616
axum-extra.workspace = true
1717
chrono.workspace = true
18-
data-encoding = "2.7.0"
18+
data-encoding = "2.8.0"
1919
headers.workspace = true
2020
http.workspace = true
2121
icu_locid = "1.4.0"

crates/oauth2-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ url.workspace = true
1919
serde_with = { version = "3.12.0", features = ["chrono"] }
2020
chrono.workspace = true
2121
sha2 = "0.10.8"
22-
data-encoding = "2.7.0"
22+
data-encoding = "2.8.0"
2323
thiserror.workspace = true
2424

2525
mas-iana.workspace = true

0 commit comments

Comments
 (0)