1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

fix(deps): update rust crate data-encoding to 2.3

This commit is contained in:
renovate[bot] 2023-03-30 05:59:08 +00:00 committed by GitHub
parent 8f7276b78e
commit 4a89f4ab96
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 }