Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 3 additions & 33 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ glob = "0.3.1"
memchr = "2.7.2"
onig = { version = "~6.5.1", default-features = false }
onig_sys = { version = "69.9.3", default-features = false }
uucore = "0.10.0"
uucore = "0.11.0"
walkdir = "2.5"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion fuzz/uufuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ license = "MIT"
console = "0.16.0"
rand = { version = "0.10.1", features = ["std_rng"] }
similar = "3.0.0"
uucore = { version = "0.10.0", features = ["parser"] }
uucore = { version = "0.11.0", features = ["parser"] }

@lhecker lhecker Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to tell renovate to group updates once a week into a single PR? This PR upgrades uucore, but fails to upgrade uutests at the same time (that's in #115). It would be convenient with a grouping, the way dependabot does it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tempfile = "3.15.0"
rustix = { version = "1.1.4", features = ["stdio", "pipe"] }
Loading