build(deps): bump data-encoding from 2.6.0 to 2.7.0

Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.6.0 to 2.7.0.
- [Commits](https://github.com/ia0/data-encoding/commits)

---
updated-dependencies:
- dependency-name: data-encoding
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-21 14:10:55 +00:00
committed by Quentin Gliech
parent b6ce6a52c5
commit 2e01d91907
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -1476,9 +1476,9 @@ dependencies = [
[[package]]
name = "data-encoding"
version = "2.6.0"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f"
[[package]]
name = "deadpool"

View File

@@ -16,7 +16,7 @@ async-trait.workspace = true
axum.workspace = true
axum-extra.workspace = true
chrono.workspace = true
data-encoding = "2.6.0"
data-encoding = "2.7.0"
headers.workspace = true
http.workspace = true
icu_locid = "1.4.0"

View File

@@ -19,7 +19,7 @@ url.workspace = true
serde_with = { version = "3.12.0", features = ["chrono"] }
chrono.workspace = true
sha2 = "0.10.8"
data-encoding = "2.6.0"
data-encoding = "2.7.0"
thiserror.workspace = true
mas-iana.workspace = true