mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
fix(deps): update rust crate data-encoding to 2.6
This commit is contained in:
parent
5ee9c69f59
commit
dcf7a50392
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -710,9 +710,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "data-encoding"
|
name = "data-encoding"
|
||||||
version = "2.5.0"
|
version = "2.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "data-encoding-macro"
|
name = "data-encoding-macro"
|
||||||
|
|
|
@ -34,7 +34,7 @@ time = { workspace = true, optional = true, features = [
|
||||||
"macros",
|
"macros",
|
||||||
] }
|
] }
|
||||||
# * "problem" dependencies (pinned)
|
# * "problem" dependencies (pinned)
|
||||||
data-encoding = { version = "2.5", optional = true }
|
data-encoding = { version = "2.6", optional = true }
|
||||||
data-encoding-macro = { version = "0.1.14", optional = true }
|
data-encoding-macro = { version = "0.1.14", optional = true }
|
||||||
z85 = { version = "3.0.5", optional = true }
|
z85 = { version = "3.0.5", optional = true }
|
||||||
libc = { workspace = true, optional = true }
|
libc = { workspace = true, optional = true }
|
||||||
|
|
Loading…
Reference in a new issue