mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #5569 from uutils/renovate/data-encoding-2.x
fix(deps): update rust crate data-encoding to 2.5
This commit is contained in:
commit
325d22defc
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -690,9 +690,9 @@ checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "data-encoding"
|
name = "data-encoding"
|
||||||
version = "2.4.0"
|
version = "2.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "data-encoding-macro"
|
name = "data-encoding-macro"
|
||||||
|
|
|
@ -33,7 +33,7 @@ time = { workspace = true, optional = true, features = [
|
||||||
"macros",
|
"macros",
|
||||||
] }
|
] }
|
||||||
# * "problem" dependencies (pinned)
|
# * "problem" dependencies (pinned)
|
||||||
data-encoding = { version = "2.4", optional = true }
|
data-encoding = { version = "2.5", optional = true }
|
||||||
data-encoding-macro = { version = "0.1.13", optional = true }
|
data-encoding-macro = { version = "0.1.13", 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…
Add table
Add a link
Reference in a new issue