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:
Daniel Hofstetter 2023-03-30 16:06:49 +02:00 committed by GitHub
commit 4a82d4808f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }