Skip to content

Commit 325d22d

Browse files
authored
Merge pull request #5569 from uutils/renovate/data-encoding-2.x
fix(deps): update rust crate data-encoding to 2.5
2 parents dbb29ec + 18b5c22 commit 325d22d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uucore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ time = { workspace = true, optional = true, features = [
3333
"macros",
3434
] }
3535
# * "problem" dependencies (pinned)
36-
data-encoding = { version = "2.4", optional = true }
36+
data-encoding = { version = "2.5", optional = true }
3737
data-encoding-macro = { version = "0.1.13", optional = true }
3838
z85 = { version = "3.0.5", optional = true }
3939
libc = { workspace = true, optional = true }

0 commit comments

Comments
 (0)