Skip to content

Commit

Permalink
Merge pull request #4883 from uutils/renovate/data-encoding-2.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate data-encoding to 2.4
  • Loading branch information
cakebaker authored May 22, 2023
2 parents 8b730d8 + 66224cd commit 8d49e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/uucore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3", optional=true }
data-encoding = { version="2.4", optional=true }
data-encoding-macro = { version="0.1.12", optional=true }
z85 = { version="3.0.5", optional=true }
libc = { version="0.2.144", optional=true }
Expand Down

0 comments on commit 8d49e36

Please sign in to comment.