mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Merge pull request #4689 from uutils/renovate/data-encoding-2.x
fix(deps): update rust crate data-encoding to 2.3
This commit is contained in:
commit
4a82d4808f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ itertools = { version="0.10.5", optional=true }
|
|||
thiserror = { workspace=true, optional=true }
|
||||
time = { workspace=true, optional=true, features = ["formatting", "local-offset", "macros"] }
|
||||
# * "problem" dependencies (pinned)
|
||||
data-encoding = { version="2.1", optional=true }
|
||||
data-encoding = { version="2.3", optional=true }
|
||||
data-encoding-macro = { version="0.1.12", optional=true }
|
||||
z85 = { version="3.0.5", optional=true }
|
||||
libc = { version="0.2.140", optional=true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue