mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 06:42:42 +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…
Reference in a new issue