Skip to content

Commit

Permalink
Bump data-encoding from 2.7.0 to 2.8.0 (#10265)
Browse files Browse the repository at this point in the history
* Bump data-encoding from 2.7.0 to 2.8.0

Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.7.0 to 2.8.0.
- [Commits](ia0/data-encoding@v2.7.0...v2.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Update linux/flatpak/flatpak-vpn-crates.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Feb 12, 2025
1 parent 17ad198 commit 16e0dd2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions linux/flatpak/flatpak-vpn-crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,14 +613,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/data-encoding/data-encoding-2.7.0.crate",
"sha256": "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f",
"dest": "cargo/vendor/data-encoding-2.7.0"
"url": "https://static.crates.io/crates/data-encoding/data-encoding-2.8.0.crate",
"sha256": "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010",
"dest": "cargo/vendor/data-encoding-2.8.0"
},
{
"type": "inline",
"contents": "{\"package\": \"0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f\", \"files\": {}}",
"dest": "cargo/vendor/data-encoding-2.7.0",
"contents": "{\"package\": \"575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010\", \"files\": {}}",
"dest": "cargo/vendor/data-encoding-2.8.0",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down
2 changes: 1 addition & 1 deletion signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
asn1-rs = { version = "0.7.0", features=["datetime"] }
oid-registry = "0.8"
data-encoding = "2.7.0"
data-encoding = "2.8.0"
ffi-support = "0.4.4"
thiserror = "2.0.11"
hex = "0.4"
Expand Down

0 comments on commit 16e0dd2

Please sign in to comment.